File diff r9007:ca4318e2ac57 → r9008:e9055c9e2c9e
src/ship_cmd.cpp
Show inline comments
 
@@ -210,7 +210,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.animation_state = v->breakdown_delay * 2;
 
			if (u != NULL) u->u.effect.animation_state = v->breakdown_delay * 2;
 
		}
 
	}