mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-26 04:12:07 -05:00
fix #2415: day / night cycle not working
This commit is contained in:
parent
b41b225673
commit
8de299cc06
1 changed files with 2 additions and 0 deletions
|
@ -627,6 +627,8 @@ static void scenario_update_daynight_cycle()
|
|||
} else {
|
||||
gDayNightCycle = 0.0f;
|
||||
}
|
||||
|
||||
platform_update_palette(RCT2_ADDRESS(RCT2_ADDRESS_PALETTE, uint8), 10, 236);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue