diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-28 22:43:36 +1100 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-13 19:52:21 -0400 |
| commit | 5f78d5bf6ed133b617a615bb437eb50dcd9d8b4b (patch) | |
| tree | a053f371c075e011b7fb01e894f1a936b457048b /mm/src/code/z_camera.c | |
| parent | 15e57a5acda4df6271a8c412e9919521e43b05d5 (diff) | |
Animation Cleanup: En_R* (#1516)
* begin R
* finish anim R
* cleanup
* small adj
* cleanup
* CS_STATE_IDLE
* CS_ID_NONE
* more cleanup
* sBssPad
* angles
* sneak in small fix
* small fix
Diffstat (limited to 'mm/src/code/z_camera.c')
| -rw-r--r-- | mm/src/code/z_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/src/code/z_camera.c b/mm/src/code/z_camera.c index 2bea7fa46..663966f1d 100644 --- a/mm/src/code/z_camera.c +++ b/mm/src/code/z_camera.c @@ -7257,7 +7257,7 @@ void Camera_EarthquakeDay3(Camera* camera) { 0x1FC, // 8 Large Earthquakes between CLOCK_TIME(4, 30) to CLOCK_TIME(6, 00) }; - if ((CURRENT_DAY == 3) && (CutsceneManager_GetCurrentCsId() == -1)) { + if ((CURRENT_DAY == 3) && (CutsceneManager_GetCurrentCsId() == CS_ID_NONE)) { time = CURRENT_TIME; timeSpeedOffset = gSaveContext.save.timeSpeedOffset; |
