From ca9843424be6008d9b8019423f2ead65fdb75fe2 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 14 Jan 2007 19:57:49 +0000 Subject: (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. This lets us increase the sprite width from 14 to up to 29 bits, effectively nulling the old sprite limit. Table changes in next commit. --- src/dummy_land.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dummy_land.cpp') diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp index aa9a72d99..29b321d83 100644 --- a/src/dummy_land.cpp +++ b/src/dummy_land.cpp @@ -10,7 +10,7 @@ static void DrawTile_Dummy(TileInfo *ti) { - DrawGroundSpriteAt(SPR_SHADOW_CELL, ti->x, ti->y, ti->z); + DrawGroundSpriteAt(SPR_SHADOW_CELL, PAL_NONE, ti->x, ti->y, ti->z); } -- cgit v1.2.3-70-g09d2