aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/input.h')
-rw-r--r--engines/tony/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/input.h b/engines/tony/input.h
index acb7fbd677..79a11db678 100644
--- a/engines/tony/input.h
+++ b/engines/tony/input.h
@@ -98,7 +98,7 @@ public:
bool MouseBothReleased() { return _leftReleaseMouse && _rightReleaseMouse; }
// Returns true if the given key is pressed
- bool GetAsyncKeyState(Common::KeyCode kc) { return _keyDown[(int)kc]; }
+ bool GetAsyncKeyState(Common::KeyCode kc);
};
} // End of namespace Tony