aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 1effbef8f9..2603831dd6 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -285,7 +285,7 @@ void SkyState::delay(uint amount) { //copied and mutilated from Simon.cpp
break;
case OSystem::EVENT_LBUTTONDOWN:
- _skyMouse->buttonPressed(1);
+ _skyMouse->buttonPressed(2);
#ifdef _WIN32_WCE
_sdl_mouse_x = event.mouse.x;
_sdl_mouse_y = event.mouse.y;
@@ -293,7 +293,7 @@ void SkyState::delay(uint amount) { //copied and mutilated from Simon.cpp
break;
case OSystem::EVENT_RBUTTONDOWN:
- _skyMouse->buttonPressed(2);
+ _skyMouse->buttonPressed(1);
break;
case OSystem::EVENT_QUIT: