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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index d37069efa8..79b8a8e70d 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -123,7 +123,7 @@ public:
bool _newRoom;
bool _newOverlay;
int _timer1;
- int _timer2;
+ int _animationTimer;
int _inventoryScroll;
int _exitList[25];
GuiElement _guiCommandButton[10];
@@ -169,6 +169,7 @@ public:
void drawImage(int section);
void changeRoom(RoomID id);
void resetInputState();
+ void setAnimationTimer(int ticks);
};
}