(svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke at copper ore mine, to make them distinguishable from each other and from smoke due to disasters. (only affects newly spawned effects)

This commit is contained in:
frosch
2011-05-28 09:45:12 +00:00
parent 56216a4989
commit a3d8633e40
5 changed files with 12 additions and 6 deletions

View File

@@ -1062,7 +1062,7 @@ static void HandleAircraftSmoke(Aircraft *v)
smoke_pos[v->direction].x,
smoke_pos[v->direction].y,
2,
EV_SMOKE
EV_BREAKDOWN_SMOKE_AIRCRAFT
);
}
}