aboutsummaryrefslogtreecommitdiff
path: root/sky/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/control.cpp')
-rw-r--r--sky/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/control.cpp b/sky/control.cpp
index 3a6f205f30..d94ba02cc6 100644
--- a/sky/control.cpp
+++ b/sky/control.cpp
@@ -1523,7 +1523,7 @@ void Control::delay(unsigned int amount) {
_mouseY = event.mouse.y;
break;
case OSystem::EVENT_LBUTTONDOWN:
-#ifdef __PALM_OS__
+#ifdef PALMOS_MODE
_mouseX = event.mouse.x;
_mouseY = event.mouse.y;
#endif