mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
fix incorrect location of functions (#341)
This commit is contained in:
@@ -119,7 +119,7 @@ MxLong Score::FUN_10001510(MxEndActionNotificationParam& p_param)
|
||||
TransitionManager()->StartTransition(MxTransitionManager::PIXELATION, 0x32, 0, 0);
|
||||
break;
|
||||
case 0x1f5:
|
||||
FUN_10015910(0xb);
|
||||
PlayMusic(11);
|
||||
m_state->SetTutorialFlag(FALSE);
|
||||
}
|
||||
}
|
||||
@@ -145,7 +145,7 @@ void Score::Stop()
|
||||
Start(&action);
|
||||
}
|
||||
else
|
||||
FUN_10015910(0xb);
|
||||
PlayMusic(11);
|
||||
|
||||
FUN_10015820(0, 7);
|
||||
}
|
||||
|
Reference in New Issue
Block a user