]> git.lizzy.rs Git - minetest.git/blobdiff - src/gettime.h
Remove Android makefile ugly make -j hack
[minetest.git] / src / gettime.h
index cde1471e508541a2016b38284801ba3867826fe8..2a6a211b88b3176850a719a486f7d3f3fb1fdb17 100644 (file)
@@ -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