From 24e0945bc462ea0687689880caf0d830455934e2 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 17 Jan 2010 15:05:25 +0000 Subject: (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. --- src/newgrf_industrytiles.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index ac1d3be8e..4afc810ee 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -26,6 +26,7 @@ #include "command_func.h" #include "animated_tile_func.h" #include "water.h" +#include "sprite.h" #include "table/strings.h" @@ -185,7 +186,7 @@ static void IndustryDrawTileLayout(const TileInfo *ti, const TileLayoutSpriteGro } } - DrawTileSeq(ti, dts, TO_INDUSTRIES, stage, GENERAL_SPRITE_COLOUR(rnd_colour)); + DrawNewGRFTileSeq(ti, dts, TO_INDUSTRIES, stage, GENERAL_SPRITE_COLOUR(rnd_colour)); } uint16 GetIndustryTileCallback(CallbackID callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile) -- cgit v1.2.3-54-g00ecf