diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-28 22:43:36 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 08:43:36 -0300 |
| commit | a44f19225b15fe1dbf5ece9e686bdabb261348a1 (patch) | |
| tree | ec787242112a71729d3fa54a780bf61fcf5de7a7 /src/code/z_camera.c | |
| parent | 54f7aa23b5e8d6e1746bd5a354024dbbd4e5e1cc (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 'src/code/z_camera.c')
| -rw-r--r-- | src/code/z_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_camera.c b/src/code/z_camera.c index 5b58e939a..252dc3d91 100644 --- a/src/code/z_camera.c +++ b/src/code/z_camera.c @@ -7228,7 +7228,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; |
