mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
FULLPIPE: Implement sceneHandler09_startAuntie()
This commit is contained in:
parent
f86589939a
commit
0d62136b41
@ -603,6 +603,7 @@ namespace Fullpipe {
|
||||
#define MV_MAN9_SHOOT 922
|
||||
#define MV_VSN_CYCLE2 2987
|
||||
#define PIC_SC9_LADDER_R 2700
|
||||
#define QU_TTA9_GOL 4937
|
||||
#define SND_9_006 3650
|
||||
#define SND_9_018 4200
|
||||
#define ST_GLT_SIT 926
|
||||
|
@ -253,7 +253,10 @@ void sceneHandler09_winArcade() {
|
||||
}
|
||||
|
||||
void sceneHandler09_startAuntie() {
|
||||
warning("STUB: sceneHandler09_startAuntie()");
|
||||
MessageQueue *mq = new MessageQueue(g_fp->_currentScene->getMessageQueueById(QU_TTA9_GOL), 0, 1);
|
||||
|
||||
mq->getExCommandByIndex(0)->_x = g_fp->_sceneRect.right + 30;
|
||||
mq->chain(0);
|
||||
}
|
||||
|
||||
void sceneHandler09_spitterClick() {
|
||||
|
Loading…
Reference in New Issue
Block a user