summaryrefslogtreecommitdiffstats
path: root/src/core/Clock.h
diff options
context:
space:
mode:
authorguard3 <cblsss2011@hotmail.com>2019-07-10 11:36:47 +0200
committerguard3 <cblsss2011@hotmail.com>2019-07-17 21:44:22 +0200
commit94fb33b60c2e1bc1ce3971be79cb72c721bca000 (patch)
treed6158ded0c7b1a9042333199351e8d081af58c3e /src/core/Clock.h
parentdodo crash fix (diff)
downloadre3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar.gz
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar.bz2
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar.lz
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar.xz
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.tar.zst
re3-94fb33b60c2e1bc1ce3971be79cb72c721bca000.zip
Diffstat (limited to 'src/core/Clock.h')
-rw-r--r--src/core/Clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Clock.h b/src/core/Clock.h
index e11b2293..ea4263bd 100644
--- a/src/core/Clock.h
+++ b/src/core/Clock.h
@@ -9,7 +9,7 @@ class CClock
static uint8 &ms_Stored_nGameClockMinutes;
static uint16 &ms_Stored_nGameClockSeconds;
static uint32 &ms_nMillisecondsPerGameMinute;
- static int32 &ms_nLastClockTick;
+ static uint32 &ms_nLastClockTick;
static bool &ms_bClockHasBeenStored;
public: