From e78185aeb82790adc638d1f7c260a0ecd9d01792 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 26 Apr 2006 10:53:03 +0000 Subject: Fix timer events time when saving game in FF svn-id: r22177 --- engines/simon/simon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3