unmovable_cmd.c
changeset 2517 b90693227193
parent 2502 35e279b13856
child 2537 d9c0df52a466
--- a/unmovable_cmd.c	Sat Oct 15 07:40:22 2005 +0000
+++ b/unmovable_cmd.c	Sat Oct 15 11:06:54 2005 +0000
@@ -117,10 +117,10 @@
 		if (ti->map5 == 2) {
 
 			// statue
-			DrawGroundSprite(0x58C);
+			DrawGroundSprite(SPR_STATUE_GROUND);
 
 			image = PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile));
-			image += 0x8A48;
+			image += PALETTE_MODIFIER_COLOR | SPR_STATUE_COMPANY;
 			if (_display_opt & DO_TRANS_BUILDINGS)
 				MAKE_TRANSPARENT(image);
 			AddSortableSpriteToDraw(image, ti->x, ti->y, 16, 16, 25, ti->z);
@@ -130,7 +130,7 @@
 			DrawClearLandTile(ti, 0);
 
 			AddSortableSpriteToDraw(
-				PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile)) + 0x92B6,
+				PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile)) + PALETTE_MODIFIER_COLOR + SPR_BOUGHT_LAND,
 				ti->x+8, ti->y+8,
 				1, 1,
 				10,