(svn r1166) Fix: [ 1040119 ] Flooded wagons in depots don't keep constantly exploding any more

This commit is contained in:
dominik 2004-12-19 09:33:02 +00:00
parent f18b913493
commit cf89cb12cd
1 changed files with 1 additions and 1 deletions

View File

@ -562,9 +562,9 @@ static void FloodVehicle(Vehicle *v)
NEWS_FLAGS(NM_THIN, NF_VIEWPORT|NF_VEHICLE, NT_ACCIDENT, 0),
v->index,
0);
}
CreateEffectVehicleRel(v,4,4,8,EV_CRASHED_SMOKE); // show cool destruction effects
SndPlayVehicleFx(SND_12_EXPLOSION, v); // create sound
}
}
// called from tunnelbridge_cmd