From 503b582932cd40aeb219dc81ee2c0aa5d810f281 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 10 Mar 2014 23:05:58 +0200 Subject: FULLPIPE: Implement sceneHandler18and19_girlJumpTo() --- 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 64f528a667..43807d7839 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -888,6 +888,7 @@ namespace Fullpipe { #define MSG_SC18_SHOWMANJUMP 1510 #define MSG_SC18_SHOWMANJUMPTO 1508 #define MV_BOY18_JUMPTO 1481 +#define MV_GRL18_JUMPTO 1488 #define MV_KSL_INBOY 1491 #define MV_KSL_INGIRL 1493 #define MV_KSL_INMAN 1504 diff --git a/engines/fullpipe/scenes/scene18and19.cpp b/engines/fullpipe/scenes/scene18and19.cpp index 9cecc3b653..7c7a70bd11 100644 --- a/engines/fullpipe/scenes/scene18and19.cpp +++ b/engines/fullpipe/scenes/scene18and19.cpp @@ -452,7 +452,10 @@ void sceneHandler18and19_boyJumpTo() { } void sceneHandler18and19_girlJumpTo() { - warning("STUB: sceneHandler18and19_girlJumpTo()"); + g_vars->scene18_girl->stopAnim_maybe(); + g_vars->scene18_girl->show1(g_vars->scene18_var05, g_vars->scene18_var06, MV_GRL18_JUMPTO, 0); + g_vars->scene18_girl->_priority = 50; + g_vars->scene18_girl->startAnim(MV_GRL18_JUMPTO, 0, -1); } void sceneHandler18and19_manStandArmchair() { -- cgit v1.2.3