Fix the ms2ds define (#60065)

1000ms * 0.10 = 100ds or 10 seconds.
1000ms * 0.01 = 10ds or 1 seconds
This commit is contained in:
Kyle Spier-Swenson
2021-07-08 02:31:34 +01:00
committed by GitHub
parent 6eb393686a
commit 080a8d58bc
+1 -1
View File
@@ -53,7 +53,7 @@ When using time2text(), please use "DDD" to find the weekday. Refrain from using
#define TICKS *world.tick_lag
#define MILLISECONDS * 0.10
#define MILLISECONDS * 0.01
#define DS2TICKS(DS) ((DS)/world.tick_lag)