mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Fix the ms2ds define (#60065)
1000ms * 0.10 = 100ds or 10 seconds. 1000ms * 0.01 = 10ds or 1 seconds
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user