Makes another thing use a define

This commit is contained in:
Cyberboss
2017-03-21 14:48:32 -04:00
committed by GitHub
parent 722d85da3b
commit 87f52d472f
+1 -1
View File
@@ -4,4 +4,4 @@
#define TICK_LIMIT_MC_INIT_DEFAULT 98
#define TICK_CHECK ( world.tick_usage > CURRENT_TICKLIMIT )
#define CHECK_TICK if (world.tick_usage > CURRENT_TICKLIMIT) stoplag()
#define CHECK_TICK if TICK_CHECK stoplag()