aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-08-04 11:24:55 +0200
committerThierry Crozat2018-01-23 01:01:18 +0000
commit6f9374c737d2e287ccece4bd026399c1a948a366 (patch)
tree8afc7f95bfdc9bf8aad15d252fd7661a60c9ad26 /engines/supernova/state.h
parent51c93575491a73e1c8d880b994190173bb0bbd9c (diff)
downloadscummvm-rg350-6f9374c737d2e287ccece4bd026399c1a948a366.tar.gz
scummvm-rg350-6f9374c737d2e287ccece4bd026399c1a948a366.tar.bz2
scummvm-rg350-6f9374c737d2e287ccece4bd026399c1a948a366.zip
SUPERNOVA: Fixes parameter name for getKeyInput()
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 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);