unmovable_cmd.c
changeset 2893 8861b61a7d2b
parent 2817 cdf488223c23
child 2951 2de6d3a59743
equal deleted inserted replaced
2892:db216dc91941 2893:8861b61a7d2b
   115 
   115 
   116 	if (!(ti->map5 & 0x80)) {
   116 	if (!(ti->map5 & 0x80)) {
   117 		if (ti->map5 == 2) {
   117 		if (ti->map5 == 2) {
   118 
   118 
   119 			// statue
   119 			// statue
   120 			DrawGroundSprite(SPR_STATUE_GROUND);
   120 			DrawGroundSprite(SPR_CONCRETE_GROUND);
   121 
   121 
   122 			image = PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile));
   122 			image = PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile));
   123 			image += PALETTE_MODIFIER_COLOR | SPR_STATUE_COMPANY;
   123 			image += PALETTE_MODIFIER_COLOR | SPR_STATUE_COMPANY;
   124 			if (_display_opt & DO_TRANS_BUILDINGS)
   124 			if (_display_opt & DO_TRANS_BUILDINGS)
   125 				MAKE_TRANSPARENT(image);
   125 				MAKE_TRANSPARENT(image);