aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/input.cpp')
-rw-r--r--engines/tony/input.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/tony/input.cpp b/engines/tony/input.cpp
index fcd56b5989..f29d4ddc8e 100644
--- a/engines/tony/input.cpp
+++ b/engines/tony/input.cpp
@@ -49,8 +49,6 @@
namespace Tony {
-#define DIRELEASE(x) if (x) { (x)->Release(); (x)=NULL; }
-
RMInput::RMInput() {
// Setup mouse fields
_clampMouse = false;
@@ -128,7 +126,8 @@ bool RMInput::MouseRight() {
}
/**
- * Return true if a key has been pressed */
+ * Return true if a key has been pressed
+ */
bool RMInput::GetAsyncKeyState(Common::KeyCode kc) {
// The act of testing for a particular key automatically clears the state, to prevent
// the same key being registered in multiple different frames