diff options
-rw-r--r-- | engines/kyra/kyra_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h index baf812d07d..148da506c4 100644 --- a/engines/kyra/kyra_v1.h +++ b/engines/kyra/kyra_v1.h @@ -201,7 +201,7 @@ protected: // input void updateInput(); - virtual int checkInput(Button *buttonList, bool mainLoop = false); + int checkInput(Button *buttonList, bool mainLoop = false); void removeInputTop(); int _mouseX, _mouseY; |