Add debug assistance

This commit is contained in:
Ted John 2016-10-18 13:35:33 +01:00
parent d773d14473
commit a9908b80c9
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>C:\Users\Ted\Documents\OpenRCT2\save\lights-2.sv6</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>

View File

@ -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