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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 352e312b10..bc442593c8 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -124,7 +124,6 @@ public:
Object *_inputObject[2];
bool _waitEvent;
bool _newRoom;
- bool _newOverlay;
int32 _oldTime;
int32 _timer1;
int32 _animationTimer;
@@ -172,7 +171,6 @@ public:
void showMenu();
void animationOff();
void animationOn();
- void loadOverlayStart();
void openLocker(const Room *room, Object *obj, Object *lock, int section);
void closeLocker(const Room *room, Object *obj, Object *lock, int section);
void edit(Common::String &input, int x, int y, uint length);