mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
FULLPIPE: Implement sceneHandler18and19_manStandArmchair()
This commit is contained in:
parent
503b582932
commit
9a319a9dba
@ -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
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user