From ee685c82874d2ab58efd46a496082b789156b0a7 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 30 Aug 2009 11:47:41 +0000 Subject: (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() --- src/disaster_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index ebc10d7be..b1fed1ee9 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -26,7 +26,7 @@ #include "stdafx.h" #include "landscape.h" -#include "industry_map.h" +#include "industry.h" #include "station_base.h" #include "command_func.h" #include "news_func.h" -- cgit v1.2.3-54-g00ecf