mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* Let's try again * i forgot to stage these * Green checks. Hopefully. * Z-edit it is * That should do it (also kills Raid Edwards) * Whoopsie daisy. * Beef station * Saves pubbystation * Map fixes * Ticket machines and sorting helpers
8 lines
446 B
Plaintext
8 lines
446 B
Plaintext
// wrapper for update_appearance that lets me capture it in debug mode
|
|
// Does not work for callbacks unfortunately, not sure how to feel about that
|
|
// This only works if definitions of the proc get changed to _update_appearance with REGEX
|
|
// See the _compile_options comment for the regexes to use for that
|
|
#ifdef APPEARANCE_SUCCESS_TRACKING
|
|
#define update_appearance(arguments...) wrap_update_appearance(__FILE__, __LINE__, ##arguments)
|
|
#endif
|