summaryrefslogtreecommitdiffstats
path: root/src/core/Clock.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-17 21:46:17 +0200
committerGitHub <noreply@github.com>2019-07-17 21:46:17 +0200
commit04f1e873f96e24988b96f3a81e32b4a6d7901741 (patch)
treed6158ded0c7b1a9042333199351e8d081af58c3e /src/core/Clock.h
parentMerge pull request #140 from Nick007J/master (diff)
parentFluff (diff)
downloadre3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar.gz
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar.bz2
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar.lz
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar.xz
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.tar.zst
re3-04f1e873f96e24988b96f3a81e32b4a6d7901741.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: