File diff r7333:94b25d4d956c → r7334:9402325cee09
src/ship_cmd.cpp
Show inline comments
 
@@ -220,7 +220,7 @@ static void HandleBrokenShip(Vehicle *v)
 

	
 
		if (!(v->vehstatus & VS_HIDDEN)) {
 
			Vehicle *u = CreateEffectVehicleRel(v, 4, 4, 5, EV_BREAKDOWN_SMOKE);
 
			if (u != NULL) u->u.special.unk0 = v->breakdown_delay * 2;
 
			if (u != NULL) u->u.special.animation_state = v->breakdown_delay * 2;
 
		}
 
	}