From 9a319a9dbaf3ccff517f1d89b44b4b51ff1ae5f1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 10 Mar 2014 23:09:58 +0200 Subject: FULLPIPE: Implement sceneHandler18and19_manStandArmchair() --- engines/fullpipe/constants.h | 1 + engines/fullpipe/scenes/scene18and19.cpp | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'engines') 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() { -- cgit v1.2.3