From a9908b80c9407153e7566813186a7edb9ba53aed Mon Sep 17 00:00:00 2001 From: Ted John Date: Tue, 18 Oct 2016 13:35:33 +0100 Subject: [PATCH] Add debug assistance --- openrct2.vcxproj.user | 1 + src/scenario.c | 1 + 2 files changed, 2 insertions(+) diff --git a/openrct2.vcxproj.user b/openrct2.vcxproj.user index b782b153c4..2883f6c8ea 100644 --- a/openrct2.vcxproj.user +++ b/openrct2.vcxproj.user @@ -20,6 +20,7 @@ $(TargetDir) WindowsLocalDebugger + C:\Users\Ted\Documents\OpenRCT2\save\lights-2.sv6 $(TargetDir) diff --git a/src/scenario.c b/src/scenario.c index 7e50a5c9b9..51c27c3751 100644 --- a/src/scenario.c +++ b/src/scenario.c @@ -509,6 +509,7 @@ static void scenario_update_daynight_cycle() } else { gDayNightCycle = 0.0f; } + gDayNightCycle = 1; } // Only update palette if day / night cycle has changed