aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2014-03-10 23:09:58 +0200
committerEugene Sandulenko2014-03-10 23:19:16 +0200
commit9a319a9dbaf3ccff517f1d89b44b4b51ff1ae5f1 (patch)
treeeb325b04eae568ef3b0c6c13200bb3f1d07a1f89 /engines
parent503b582932cd40aeb219dc81ee2c0aa5d810f281 (diff)
downloadscummvm-rg350-9a319a9dbaf3ccff517f1d89b44b4b51ff1ae5f1.tar.gz
scummvm-rg350-9a319a9dbaf3ccff517f1d89b44b4b51ff1ae5f1.tar.bz2
scummvm-rg350-9a319a9dbaf3ccff517f1d89b44b4b51ff1ae5f1.zip
FULLPIPE: Implement sceneHandler18and19_manStandArmchair()
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/constants.h1
-rw-r--r--engines/fullpipe/scenes/scene18and19.cpp5
2 files changed, 5 insertions, 1 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h
index 43807d7839..e9712a1ca0 100644
--- a/engines/fullpipe/constants.h
+++ b/engines/fullpipe/constants.h
@@ -899,6 +899,7 @@ namespace Fullpipe {
#define MV_KSL_SWINGBOY 1462
#define MV_KSL_SWINGGIRL 1464
#define MV_KSL_SWINGMAN 1502
+#define MV_MAN18_STANDKRESLO 1500
#define MV_WHR18_SPIN 1300
#define PIC_SC18_DOMIN 5184
#define PIC_SC18_LADDER1 1471
diff --git a/engines/fullpipe/scenes/scene18and19.cpp b/engines/fullpipe/scenes/scene18and19.cpp
index 7c7a70bd11..1b2c3c5e53 100644
--- a/engines/fullpipe/scenes/scene18and19.cpp
+++ b/engines/fullpipe/scenes/scene18and19.cpp
@@ -459,7 +459,10 @@ void sceneHandler18and19_girlJumpTo() {
}
void sceneHandler18and19_manStandArmchair() {
- warning("STUB: sceneHandler18and19_manStandArmchair()");
+ g_fp->_aniMan->changeStatics2(ST_MAN_RIGHT);
+ g_fp->_aniMan->_flags |= 1;
+ g_fp->_aniMan->_priority = 35;
+ g_fp->_aniMan->startAnim(MV_MAN18_STANDKRESLO, 0, -1);
}
void sceneHandler18and19_drawRiders() {