FULLPIPE: Implement sceneHandler18and19_boyJumpTo()

This commit is contained in:
Eugene Sandulenko 2014-03-06 22:55:35 +02:00
parent 2236ae1055
commit a3db3230b2
2 changed files with 8 additions and 0 deletions

View File

@ -887,6 +887,7 @@ namespace Fullpipe {
#define MSG_SC18_SHOWGIRLJUMPTO 1499
#define MSG_SC18_SHOWMANJUMP 1510
#define MSG_SC18_SHOWMANJUMPTO 1508
#define MV_BOY18_JUMPTO 1481
#define MV_KSL_INMAN 1504
#define MV_KSL_SWING 1460
#define MV_KSL_SWINGBOY 1462

View File

@ -424,6 +424,13 @@ void sceneHandler18and19_showBoyJump() {
warning("STUB: sceneHandler18and19_showBoyJump()");
}
void sceneHandler18and19_boyJumpTo() {
g_vars->scene18_boy->stopAnim_maybe();
g_vars->scene18_boy->show1(g_vars->scene18_var29, g_vars->scene18_var30, MV_BOY18_JUMPTO, 0);
g_vars->scene18_boy->_priority = 50;
g_vars->scene18_boy->startAnim(MV_BOY18_JUMPTO, 0, -1);
}
void sceneHandler18and19_drawRiders() {
warning("STUB: sceneHandler18and19_drawRiders()");
}