aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-08-29 01:22:53 +0200
committerThierry Crozat2018-01-23 01:53:28 +0000
commitef14dfb7c301b4210770e95955b27e765b3353b2 (patch)
tree0fc73cae83b4aca058035e42ac1909dd9ee55f67 /engines/supernova/state.h
parent9b064e364f77fe114712c145fb094bc6fb0ea569 (diff)
downloadscummvm-rg350-ef14dfb7c301b4210770e95955b27e765b3353b2.tar.gz
scummvm-rg350-ef14dfb7c301b4210770e95955b27e765b3353b2.tar.bz2
scummvm-rg350-ef14dfb7c301b4210770e95955b27e765b3353b2.zip
SUPERNOVA: Adds engine pause
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];