mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-12 02:52:56 +00:00
Prevent vanilla camera from being in a bad state after collecting star
This commit is contained in:
parent
5c6d45daa7
commit
76605397af
1 changed files with 1 additions and 2 deletions
|
|
@ -710,8 +710,7 @@ void general_star_dance_handler(struct MarioState *m, s32 isInWater) {
|
||||||
set_mario_action(m, isInWater ? ACT_WATER_IDLE : ACT_IDLE, 0);
|
set_mario_action(m, isInWater ? ACT_WATER_IDLE : ACT_IDLE, 0);
|
||||||
}
|
}
|
||||||
if (gServerSettings.stayInLevelAfterStar) {
|
if (gServerSettings.stayInLevelAfterStar) {
|
||||||
set_camera_mode(m->area->camera, m->area->camera->defMode, 1);
|
reset_camera(m->area->camera);
|
||||||
m->area->camera->cutscene = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue