Use JukeBox::e_policeStation value

This commit is contained in:
Joshua Peisach 2024-01-20 14:51:09 -05:00
parent bf027b8930
commit a4b6b1768c
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -1,5 +1,6 @@
#include "police.h"
#include "jukebox.h"
#include "legocontrolmanager.h"
#include "legogamestate.h"
#include "legoinputmanager.h"
@ -64,6 +65,6 @@ MxLong Police::Notify(MxParam& p_param)
void Police::VTable0x50()
{
LegoWorld::VTable0x50();
PlayMusic(0xc);
PlayMusic(JukeBox::e_policeStation);
FUN_10015820(0, 7);
}