Makes our time defines use strict numbers instead of nested defines (#26069)

* ITS LITERALLY FREE PERFORMANCE

* I CAN DO BASIC MATH I PROMISE
This commit is contained in:
DGamerL
2024-06-30 16:30:17 +00:00
committed by GitHub
parent ed493d65e8
commit 19cbfb129a
+2 -2
View File
@@ -5,9 +5,9 @@
// So you can be all 10 SECONDS
#define SECONDS *10
#define MINUTES SECONDS*60
#define MINUTES *600
#define HOURS MINUTES*60
#define HOURS *36000
#define TICKS *world.tick_lag