diff src/dummy_land.cpp @ 14154:e3fe36dfb81e draft

(svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences.
author frosch <frosch@openttd.org>
date Sun, 03 Jan 2010 20:55:00 +0000 (2010-01-03)
parents afdfdda87cd4
children
line wrap: on
line diff
--- a/src/dummy_land.cpp
+++ b/src/dummy_land.cpp
@@ -19,7 +19,7 @@
 
 static void DrawTile_Dummy(TileInfo *ti)
 {
-	DrawGroundSpriteAt(SPR_SHADOW_CELL, PAL_NONE, ti->x, ti->y, ti->z);
+	DrawGroundSprite(SPR_SHADOW_CELL, PAL_NONE);
 }