You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original #define's such as DEMO and PROTECTED should be organized and properly documented. Non-functional ones like WIZARD and LUXURY should be restored if possible, and all of them should be selectable via Makefile options. Some, like DEMO, could be converted to a run-time option via command-line arguments (rogue.opt in this case is not needed)
This is very similar to issue #5, but for the original #defines, and most considerations apply for both cases
The text was updated successfully, but these errors were encountered:
Original
#define
's such asDEMO
andPROTECTED
should be organized and properly documented. Non-functional ones likeWIZARD
andLUXURY
should be restored if possible, and all of them should be selectable viaMakefile
options. Some, likeDEMO
, could be converted to a run-time option via command-line arguments (rogue.opt
in this case is not needed)This is very similar to issue #5, but for the original
#define
s, and most considerations apply for both casesThe text was updated successfully, but these errors were encountered: