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, 1 insertions, 1 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 8b904d18a3..b67622ecdc 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -154,8 +154,8 @@ public:
uint16 getKeyInput(bool blockForPrintChar = false);
void getInput();
void mouseInput3();
- void mouseWait(int delay);
void wait2(int ticks);
+ void waitOnInput(int ticks);
bool waitOnInput(int ticks, Common::KeyCode &keycode);
void turnOff();
void turnOn();