shoes3
shoes3 copied to clipboard
Removing QUIT_ALERT() and QUIT_ALERT_MSG() macro in ruby.h
The macro QUIT_ALERT() is not used in a manner that would warrant the usage of macros and may increase the difficulty of debugging. Moving the code into world.c:shoes_start() is suggested. QUIT_ALERT_MSG() is never referred into the code.