Don't show the Network status toolbar button in the Editors

This commit is contained in:
Gymnasiast 2015-08-28 23:27:31 +02:00
parent 7a4c418d9e
commit 20c7267b53
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;