mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
fix #1097
This commit is contained in:
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user