shoes3 icon indicating copy to clipboard operation
shoes3 copied to clipboard

Removing QUIT_ALERT() and QUIT_ALERT_MSG() macro in ruby.h

Open IanTrudel opened this issue 10 years ago • 0 comments

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.

IanTrudel avatar Jan 08 '15 08:01 IanTrudel