mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Refactor JukeBox, add enum for music (#988)
* Refactor JukeBox, add enum for music * add BETA annotation * Fix BETA annotation * Fix BETA annotation * Fix
This commit is contained in:

committed by
GitHub

parent
828b35e9d2
commit
73bb37596e
@@ -437,7 +437,7 @@ MxBool RemoveFromWorld(MxAtomId& p_entityAtom, MxS32 p_entityId, MxAtomId& p_wor
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1003ef00
|
||||
void FUN_1003ef00(MxBool p_enable)
|
||||
void EnableAnimations(MxBool p_enable)
|
||||
{
|
||||
if (p_enable) {
|
||||
AnimationManager()->Resume();
|
||||
|
Reference in New Issue
Block a user