mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 01:52:43 +00:00
Rename that func
This commit is contained in:
parent
5b5d0b847b
commit
16c6c3da04
1 changed files with 2 additions and 2 deletions
|
|
@ -1504,7 +1504,7 @@ UNUSED static s32 play_mode_unused(void) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
s32 run_current_play_mode() {
|
||||
s32 update_current_play_mode() {
|
||||
s32 changeLevel = 0;
|
||||
|
||||
s16 hookPlaymode = sCurrPlayMode;
|
||||
|
|
@ -1769,7 +1769,7 @@ s32 update_level(void) {
|
|||
gCurrentArea->localAreaTimer++;
|
||||
}
|
||||
|
||||
changeLevel = run_current_play_mode();
|
||||
changeLevel = update_current_play_mode();
|
||||
|
||||
if (changeLevel) {
|
||||
reset_volume();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue