fix #2415: day / night cycle not working

This commit is contained in:
IntelOrca 2015-12-01 17:51:44 +00:00
parent b41b225673
commit 8de299cc06
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
/*