aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index 9ff7632549..144f4cfa41 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -313,7 +313,7 @@ protected:
uint _numTextBoxes;
uint _lastTime;
- uint _clockStopped, _gameStoppedClock;
+ uint32 _clockStopped, _gameStoppedClock;
time_t _timeStore;
TimeEvent *_firstTimeStruct, *_pendingDeleteTimeEvent;