1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00
This commit is contained in:
IntelOrca
2015-05-20 01:10:53 +01:00
parent eb37473a56
commit d6e27c8241
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>"C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2\Scenarios\Lucky Lake.SC6"</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
</PropertyGroup>
</Project>

View File

@@ -890,7 +890,7 @@ void window_scenery_invalidate()
uint16 tabIndex = window_scenery_active_tab_index;
uint32 titleStringId = 1813;
if (tabIndex <= 19)
if (tabIndex < 19)
titleStringId = g_scenerySetEntries[tabIndex]->name;
window_scenery_widgets[WIDX_SCENERY_TITLE].image = titleStringId;