File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/misc_cmd.cpp
Show inline comments
 
@@ -354,8 +354,8 @@ CommandCost CmdPause(TileIndex tile, DoC
 
			}
 
		}
 

	
 
		InvalidateWindow(WC_STATUS_BAR, 0);
 
		InvalidateWindow(WC_MAIN_TOOLBAR, 0);
 
		SetWindowDirty(WC_STATUS_BAR, 0);
 
		SetWindowDirty(WC_MAIN_TOOLBAR, 0);
 
	}
 
	return CommandCost();
 
}