File diff r9239:98232327a7cb → r9240:ae20a4f3f8ae
src/main_gui.cpp
Show inline comments
 
@@ -435,8 +435,7 @@ 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;