mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Add debug assistance
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user