diff --git a/projects/openrct2.vcxproj.user b/projects/openrct2.vcxproj.user index dacd4e50f3..6377c9eb5e 100644 --- a/projects/openrct2.vcxproj.user +++ b/projects/openrct2.vcxproj.user @@ -4,6 +4,7 @@ $(TargetDir) WindowsLocalDebugger $(TargetDir)\openrct2.exe - "C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2\Scenarios\Lucky Lake.SC6" + + \ No newline at end of file diff --git a/src/windows/scenery.c b/src/windows/scenery.c index 06b9e9e984..af207ce653 100644 --- a/src/windows/scenery.c +++ b/src/windows/scenery.c @@ -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;