reverts rolling bucket timer subsystem

This commit is contained in:
deathride58
2018-01-07 15:15:21 -05:00
parent 9834c3a499
commit ca058b1266
2 changed files with 104 additions and 203 deletions
+2 -2
View File
@@ -22,6 +22,6 @@ When using time2text(), please use "DDD" to find the weekday. Refrain from using
#define TICKS *world.tick_lag
#define DS2TICKS(DS) ((DS)/world.tick_lag)
#define DS2TICKS(DS) (DS/world.tick_lag)
#define TICKS2DS(T) ((T) TICKS)
#define TICKS2DS(T) (T TICKS)