mirror of
https://github.com/minetest/minetest.git
synced 2025-03-14 14:22:36 +01:00
Make sure PRECISION_SECONDS corresponds to the integer 0
This commit is contained in:
@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
Server build: servermain.cpp
|
||||
*/
|
||||
enum TimePrecision {
|
||||
PRECISION_SECONDS,
|
||||
PRECISION_SECONDS = 0,
|
||||
PRECISION_MILLI,
|
||||
PRECISION_MICRO,
|
||||
PRECISION_NANO
|
||||
|
Reference in New Issue
Block a user