From 6f9374c737d2e287ccece4bd026399c1a948a366 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Fri, 4 Aug 2017 11:24:55 +0200 Subject: SUPERNOVA: Fixes parameter name for getKeyInput() --- engines/supernova/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/supernova/state.h') 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); -- cgit v1.2.3