Revert "[MIRROR] [ready]Timer queuing tweaks: binary sorted inserts and rolling buckets."
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user