Fixed broken time definitions

This commit is contained in:
alex-gh
2014-05-20 18:16:56 +02:00
committed by Regen
parent 1cb87e07cf
commit dc48050c02
+3 -3
View File
@@ -1,7 +1,7 @@
// So you can be all 10 SECONDS
#define SECONDS **10
#define MINUTES **600
#define HOURS **36000
#define SECONDS *10
#define MINUTES *600
#define HOURS *36000
//Returns the world time in english
proc/worldtime2text(time = world.time)