mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Use JukeBox::e_policeStation value
This commit is contained in:
parent
bf027b8930
commit
a4b6b1768c
@ -1,5 +1,6 @@
|
|||||||
#include "police.h"
|
#include "police.h"
|
||||||
|
|
||||||
|
#include "jukebox.h"
|
||||||
#include "legocontrolmanager.h"
|
#include "legocontrolmanager.h"
|
||||||
#include "legogamestate.h"
|
#include "legogamestate.h"
|
||||||
#include "legoinputmanager.h"
|
#include "legoinputmanager.h"
|
||||||
@ -64,6 +65,6 @@ MxLong Police::Notify(MxParam& p_param)
|
|||||||
void Police::VTable0x50()
|
void Police::VTable0x50()
|
||||||
{
|
{
|
||||||
LegoWorld::VTable0x50();
|
LegoWorld::VTable0x50();
|
||||||
PlayMusic(0xc);
|
PlayMusic(JukeBox::e_policeStation);
|
||||||
FUN_10015820(0, 7);
|
FUN_10015820(0, 7);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user