diff options
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r-- | engines/supernova/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h index 383b1caca7..b411cbd512 100644 --- a/engines/supernova/state.h +++ b/engines/supernova/state.h @@ -147,7 +147,7 @@ public: bool airless(); void shock(); Common::EventType getMouseInput(); - uint16 getKeyInput(bool blockForAlNum = false); + uint16 getKeyInput(bool blockForPrintChar = false); void getInput(); void mouseInput3(); void mouseWait(int delay); |