This shouldn't be merged

This commit is contained in:
TehRealSalt 2019-09-27 15:31:57 -04:00
parent 2635d1b810
commit 9a9a1c1374

View file

@ -1776,7 +1776,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
} }
// Easily make it so that overtime works offline // 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, /** 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 * unless you are in overtime. In which case leveltime may stretch out beyond
@ -1904,8 +1904,6 @@ void P_CheckTimeLimit(void)
} }
} }
#undef TESTOVERTIMEINFREEPLAY
/** Checks if a player's score is over the pointlimit and the round should end. /** Checks if a player's score is over the pointlimit and the round should end.
* Verify that the value of ::cv_pointlimit is greater than zero before * Verify that the value of ::cv_pointlimit is greater than zero before
* calling this function. * calling this function.