diff options
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r-- | sky/sky.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 6b5ef161c3..c31abb42ac 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -472,14 +472,14 @@ void SkyEngine::delay(int32 amount) { } break; case OSystem::EVENT_LBUTTONDOWN: -#ifdef __PALM_OS__ +#ifdef PALMOS_MODE _mouseX = event.mouse.x; _mouseY = event.mouse.y; #endif _skyMouse->buttonPressed(2); break; case OSystem::EVENT_RBUTTONDOWN: -#ifdef __PALM_OS__ +#ifdef PALMOS_MODE _mouseX = event.mouse.x; _mouseY = event.mouse.y; #endif |