mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-23 04:25:11 +00:00
Fix Bowser cutscene yet again...
This commit is contained in:
parent
fe163a73dd
commit
87074ef098
1 changed files with 1 additions and 0 deletions
|
@ -3465,6 +3465,7 @@ void init_camera(struct Camera *c) {
|
||||||
|
|
||||||
if (sSoftResettingCamera) {
|
if (sSoftResettingCamera) {
|
||||||
c->cutscene = 0;
|
c->cutscene = 0;
|
||||||
|
sSoftResettingCamera = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the camera pos to marioOffset (relative to Mario), added to Mario's position
|
// Set the camera pos to marioOffset (relative to Mario), added to Mario's position
|
||||||
|
|
Loading…
Reference in a new issue