Timestamp modern build
This commit is contained in:
+5
-1
@@ -34,11 +34,15 @@ const u8 gGameVersion = GAME_VERSION;
|
||||
|
||||
const u8 gGameLanguage = GAME_LANGUAGE;
|
||||
|
||||
#if MODERN
|
||||
const char BuildDateTime[] = __DATE__ " " __TIME__;
|
||||
#else
|
||||
#if REVISION == 0
|
||||
const char BuildDateTime[] = "2004 04 26 11:20";
|
||||
#else
|
||||
const char BuildDateTime[] = "2004 07 20 09:30";
|
||||
#endif
|
||||
#endif //REVISION
|
||||
#endif //MODERN
|
||||
|
||||
const IntrFunc gIntrTableTemplate[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user