mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Cleanup commented code, as testing shows nothing else adversely affected
This commit is contained in:
@@ -675,7 +675,6 @@ static void window_top_toolbar_invalidate(rct_window* w)
|
||||
|
||||
if (gScreenFlags & SCREEN_FLAGS_EDITOR)
|
||||
{
|
||||
//window_top_toolbar_widgets[WIDX_RIDES].type = WindowWidgetType::Empty;
|
||||
window_top_toolbar_widgets[WIDX_PARK].type = WindowWidgetType::Empty;
|
||||
window_top_toolbar_widgets[WIDX_STAFF].type = WindowWidgetType::Empty;
|
||||
window_top_toolbar_widgets[WIDX_GUESTS].type = WindowWidgetType::Empty;
|
||||
@@ -686,12 +685,8 @@ static void window_top_toolbar_invalidate(rct_window* w)
|
||||
|
||||
if (gS6Info.editor_step != EDITOR_STEP_LANDSCAPE_EDITOR)
|
||||
{
|
||||
//window_top_toolbar_widgets[WIDX_MAP].type = WindowWidgetType::Empty;
|
||||
window_top_toolbar_widgets[WIDX_LAND].type = WindowWidgetType::Empty;
|
||||
window_top_toolbar_widgets[WIDX_WATER].type = WindowWidgetType::Empty;
|
||||
//window_top_toolbar_widgets[WIDX_SCENERY].type = WindowWidgetType::Empty;
|
||||
//window_top_toolbar_widgets[WIDX_PATH].type = WindowWidgetType::Empty;
|
||||
//window_top_toolbar_widgets[WIDX_CLEAR_SCENERY].type = WindowWidgetType::Empty;
|
||||
}
|
||||
|
||||
if (gS6Info.editor_step != EDITOR_STEP_ROLLERCOASTER_DESIGNER)
|
||||
|
||||
Reference in New Issue
Block a user