aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-10 00:33:14 +0200
committerEugene Sandulenko2013-12-10 01:13:47 +0200
commit1ecf42748f2b1a0fc3b83bf6badd129155258d8d (patch)
tree15b0a486befdee0a38a9d4e808aada39127f290a
parent93c3991c1f1a42f388da5fee4aaa6e81895553c1 (diff)
downloadscummvm-rg350-1ecf42748f2b1a0fc3b83bf6badd129155258d8d.tar.gz
scummvm-rg350-1ecf42748f2b1a0fc3b83bf6badd129155258d8d.tar.bz2
scummvm-rg350-1ecf42748f2b1a0fc3b83bf6badd129155258d8d.zip
FULLPIPE: Fix scene03 animations
-rw-r--r--engines/fullpipe/scenes/scene03.cpp4
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;