diff options
Diffstat (limited to '')
-rw-r--r-- | src/levelspecial.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/levelspecial.cpp b/src/levelspecial.cpp index 002a6a1..ba8539c 100644 --- a/src/levelspecial.cpp +++ b/src/levelspecial.cpp @@ -47,6 +47,7 @@ extern u32 GameTimer; extern char CameraLockEnabled; extern VEC2 CameraLockPosition; +extern char isLockPlayerRotation; #define time *(u32*)((GameTimer) + 0x4) @@ -95,6 +96,7 @@ bool ResetAfterLevel(bool didItWork) { Player_Flags[i] &= ~4; BGScaleEnabled = 0; CameraLockEnabled = 0; + isLockPlayerRotation = false; return didItWork; } |