diff options
-rw-r--r-- | engines/fullpipe/scenes/scene03.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene03.cpp b/engines/fullpipe/scenes/scene03.cpp index e9f8a240e8..1bfd8b8fcc 100644 --- a/engines/fullpipe/scenes/scene03.cpp +++ b/engines/fullpipe/scenes/scene03.cpp @@ -241,7 +241,7 @@ int sceneHandler03(ExCommand *ex) { g_fullpipe->lift_sub05(ex); break; - case 93: + case 29: { StaticANIObject *ani = g_fullpipe->_currentScene->getStaticANIObjectAtPos(ex->_sceneClickX, ex->_sceneClickY); if (ani && ani->_id == ANI_LIFTBUTTON) { @@ -266,7 +266,7 @@ int sceneHandler03(ExCommand *ex) { break; } - case 97: + case 33: { int res = 0; |