Merge pull request #1856 from Gymnasiast/editor-hide-network-button

Don't show the Network status toolbar button in the Editors
This commit is contained in:
Ted John 2015-08-28 22:37:53 +01:00
commit 09f411364e
1 changed files with 1 additions and 0 deletions

View File

@ -639,6 +639,7 @@ static void window_top_toolbar_invalidate(rct_window *w)
window_top_toolbar_widgets[WIDX_RESEARCH].type = WWT_EMPTY;
window_top_toolbar_widgets[WIDX_CHEATS].type = WWT_EMPTY;
window_top_toolbar_widgets[WIDX_NEWS].type = WWT_EMPTY;
window_top_toolbar_widgets[WIDX_NETWORK].type = WWT_EMPTY;
if (g_editor_step != EDITOR_STEP_LANDSCAPE_EDITOR) {
window_top_toolbar_widgets[WIDX_MAP].type = WWT_EMPTY;