(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()

This commit is contained in:
smatz
2009-08-30 11:47:41 +00:00
parent c94b9973e6
commit ee685c8287
14 changed files with 52 additions and 55 deletions

View File

@@ -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"