File diff r9239:98232327a7cb → r9240:ae20a4f3f8ae
src/main_gui.cpp
Show inline comments
 
@@ -432,14 +432,13 @@ void SetupColorsAndInitialWindow()
 
}
 

	
 
extern void ShowStatusBar();
 

	
 
void ShowVitalWindows()
 
{
 
	Window *w = AllocateToolbar();
 
	DoZoomInOutWindow(ZOOM_NONE, w);
 
	AllocateToolbar();
 

	
 
	/* Status bad only for normal games */
 
	if (_game_mode == GM_EDITOR) return;
 

	
 
	ShowStatusBar();
 
}