mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix camera stuck in cutscene after star collection
This commit is contained in:
parent
20ab5ec9f6
commit
7d20c6f003
1 changed files with 4 additions and 0 deletions
|
|
@ -704,6 +704,10 @@ void general_star_dance_handler(struct MarioState *m, s32 isInWater) {
|
|||
} else {
|
||||
set_mario_action(m, isInWater ? ACT_WATER_IDLE : ACT_IDLE, 0);
|
||||
}
|
||||
if (gServerSettings.stayInLevelAfterStar) {
|
||||
set_camera_mode(m->area->camera, m->area->camera->defMode, 1);
|
||||
m->area->camera->cutscene = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue