summaryrefslogtreecommitdiffstats
path: root/src/Clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Clock.cpp')
-rw-r--r--src/Clock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Clock.cpp b/src/Clock.cpp
index dd7b99fe..707b0e57 100644
--- a/src/Clock.cpp
+++ b/src/Clock.cpp
@@ -6,7 +6,7 @@
#include "Stats.h"
_TODO("gbFastTime");
-Bool &gbFastTime = *(Bool*)0x95CDBB;
+bool &gbFastTime = *(bool*)0x95CDBB;
uint8 &CClock::ms_nGameClockHours = *(uint8*)0x95CDA6;
uint8 &CClock::ms_nGameClockMinutes = *(uint8*)0x95CDC8;