FULLPIPE: Implement sceneHandler18and19_girlJumpTo()

This commit is contained in:
Eugene Sandulenko 2014-03-10 23:05:58 +02:00
parent f2a0d591fd
commit 503b582932
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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() {