town_cmd.c
changeset 2535 149921ee5e27
parent 2498 3ed05caa4449
child 2537 5e4ca74e995a
--- a/town_cmd.c	Wed Oct 19 06:17:11 2005 +0000
+++ b/town_cmd.c	Wed Oct 19 06:46:41 2005 +0000
@@ -111,7 +111,7 @@
 
 	/* Add bricks below the house? */
 	if (ti->tileh) {
-		AddSortableSpriteToDraw(0x3DD + ti->tileh, ti->x, ti->y, 16, 16, 7, z);
+		AddSortableSpriteToDraw(SPR_FOUNDATION_BASE + ti->tileh, ti->x, ti->y, 16, 16, 7, z);
 		AddChildSpriteScreen(dcts->sprite_1, 0x1F, 1);
 		z += 8;
 	} else {