mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Makes another thing use a define
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user