summaryrefslogtreecommitdiff
path: root/src/dummy_land.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dummy_land.cpp')
-rw-r--r--src/dummy_land.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp
index 305be368c..0490fc293 100644
--- 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);
}