vehicle.c
changeset 2148 47ba4a1b1c3b
parent 2140 d708eb80ab8b
child 2163 637ec3c361f5
--- a/vehicle.c	Wed Jul 20 22:02:58 2005 +0000
+++ b/vehicle.c	Wed Jul 20 22:05:13 2005 +0000
@@ -559,7 +559,7 @@
 	uint32 image = v->cur_image;
 
 	if (v->vehstatus & VS_DISASTER) {
-		image |= 0x3224000;
+		MAKE_TRANSPARENT(image);
 	} else if (v->vehstatus & VS_DEFPAL) {
 		image |= (v->vehstatus & VS_CRASHED) ? PALETTE_CRASH : SPRITE_PALETTE(PLAYER_SPRITE_COLOR(v->owner));
 	}