aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova2/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova2/state.h')
-rw-r--r--engines/supernova2/state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/supernova2/state.h b/engines/supernova2/state.h
index ce1e88f266..1a76a55587 100644
--- a/engines/supernova2/state.h
+++ b/engines/supernova2/state.h
@@ -173,7 +173,6 @@ public:
int32 _oldTime;
uint _timePaused;
bool _timerPaused;
- int _restTime;
int32 _messageDuration;
int32 _animationTimer;
int _inventoryScroll;
@@ -188,12 +187,15 @@ public:
byte _rows[6];
byte _rowsStart[6];
byte _dials[6];
+
+ //state
unsigned char _puzzleField[16];
bool _mapOn;
bool _steps;
bool _cracking;
bool _alarmBefore;
RoomId _securityTab[10];
+ int _restTime;
void takeObject(Object &obj);
void setObjectNull(Object *&obj);