1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

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

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