Fixed broken time definitions, 7179b422d9

This commit is contained in:
ESwordTheCat
2014-06-11 05:01:36 -08:00
parent 63f15cffc8
commit e549eeb17d

View File

@@ -1,7 +1,7 @@
// So you can be all 10 SECONDS // So you can be all 10 SECONDS
#define SECONDS **10 #define SECONDS * 10
#define MINUTES **600 #define MINUTES * 600
#define HOURS **36000 #define HOURS * 36000
//Returns the world time in english //Returns the world time in english
proc/worldtime2text() proc/worldtime2text()