summaryrefslogtreecommitdiff
path: root/src/effectvehicle.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-30 11:47:41 +0000
committersmatz <smatz@openttd.org>2009-08-30 11:47:41 +0000
commitee685c82874d2ab58efd46a496082b789156b0a7 (patch)
tree306d6b4355688a2c787c19667b284a317d428d1b /src/effectvehicle.cpp
parentc94b9973e60959cdb9bd706bddbf79727fb4dbe7 (diff)
downloadopenttd-ee685c82874d2ab58efd46a496082b789156b0a7.tar.xz
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
Diffstat (limited to 'src/effectvehicle.cpp')
-rw-r--r--src/effectvehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectvehicle.cpp b/src/effectvehicle.cpp
index 111b2dc2d..94d729297 100644
--- a/src/effectvehicle.cpp
+++ b/src/effectvehicle.cpp
@@ -11,7 +11,7 @@
#include "stdafx.h"
#include "landscape.h"
-#include "industry_map.h"
+#include "industry.h"
#include "vehicle_func.h"
#include "sound_func.h"
#include "animated_tile_func.h"