aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/PalmOS/Src/palmevt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/palmevt.cpp b/backends/PalmOS/Src/palmevt.cpp
index 1c775d03a1..80a6c33701 100644
--- a/backends/PalmOS/Src/palmevt.cpp
+++ b/backends/PalmOS/Src/palmevt.cpp
@@ -121,7 +121,7 @@ bool OSystem_PALMOS::poll_event(Event *event) {
keyCurrentState = KeyCurrentState();
// arrow keys emulation
- if ((keyCurrentState & _keyMask) && 0) {
+ if ((keyCurrentState & _keyMask)) {
Int8 sx = 0;
Int8 sy = 0;