Always remember to commit, lord.

This commit is contained in:
Putnam
2020-11-21 22:33:52 -08:00
parent 91ed35cc8a
commit 65920283f5
6 changed files with 29 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
#define MC_TICK_CHECK ( ( TICK_USAGE > Master.current_ticklimit || src.state != SS_RUNNING ) ? pause() : 0 )
#define MC_TICK_REMAINING_MS ((Master.current_ticklimit - TICK_USAGE) * world.tick_lag)
#define MC_SPLIT_TICK_INIT(phase_count) var/original_tick_limit = Master.current_ticklimit; var/split_tick_phases = ##phase_count
#define MC_SPLIT_TICK \
if(split_tick_phases > 1){\