mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-18 13:54:46 +00:00
Minor Misc Cleanup 3 (#1502)
* more misc cleanup * remove z64 conflicts * undo ISVDbg
This commit is contained in:
parent
54638f9768
commit
0ce0313342
27 changed files with 155 additions and 151 deletions
|
@ -1378,7 +1378,7 @@ void Environment_DrawSunAndMoon(PlayState* play) {
|
|||
|
||||
OPEN_DISPS(play->state.gfxCtx, "../z_kankyo.c", 2266);
|
||||
|
||||
if (play->csCtx.state != 0) {
|
||||
if (play->csCtx.state != CS_STATE_IDLE) {
|
||||
Math_SmoothStepToF(&play->envCtx.sunPos.x,
|
||||
-(Math_SinS(((void)0, gSaveContext.dayTime) - CLOCK_TIME(12, 0)) * 120.0f) * 25.0f, 1.0f,
|
||||
0.8f, 0.8f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue