diff options
author | Travis Howell | 2006-04-26 10:53:03 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-26 10:53:03 +0000 |
commit | e78185aeb82790adc638d1f7c260a0ecd9d01792 (patch) | |
tree | 8ab7f94ff4a8229d52c3fa01fcbb23cdd953de5a /engines | |
parent | 5ceb4b19b0b31556d29289381a5bb007e05c9c46 (diff) | |
download | scummvm-rg350-e78185aeb82790adc638d1f7c260a0ecd9d01792.tar.gz scummvm-rg350-e78185aeb82790adc638d1f7c260a0ecd9d01792.tar.bz2 scummvm-rg350-e78185aeb82790adc638d1f7c260a0ecd9d01792.zip |
Fix timer events time when saving game in FF
svn-id: r22177
Diffstat (limited to 'engines')
-rw-r--r-- | engines/simon/simon.h | 2 |
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; |