Comment these out again

This commit is contained in:
SeventhSentinel 2019-01-02 19:37:01 -05:00
parent 562ff616e3
commit ea9fc3c5a1
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@
extern FILE *logstream;
#endif
#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
//#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
#ifdef DEVELOP
#define VERSION 0 // Game version
#define SUBVERSION 0 // more precise version number

View file

@ -1746,7 +1746,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
}
// Easily make it so that overtime works offline
#define TESTOVERTIMEINFREEPLAY
//#define TESTOVERTIMEINFREEPLAY
/** Checks if the level timer is over the timelimit and the round should end,
* unless you are in overtime. In which case leveltime may stretch out beyond