aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 079e12641f..eb7c1e2d2d 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -124,8 +124,9 @@ public:
bool _waitEvent;
bool _newRoom;
bool _newOverlay;
- int _timer1;
- int _animationTimer;
+ int32 _oldTime;
+ int32 _timer1;
+ int32 _animationTimer;
int _inventoryScroll;
int _exitList[25];
GuiElement _guiCommandButton[10];