mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Make sure PRECISION_SECONDS corresponds to the integer 0
This commit is contained in:
parent
26495da94a
commit
d1ccc64e1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue