(svn r16841) -Cleanup: spaces/tabs where they don't belong

This commit is contained in:
rubidium
2009-07-16 10:01:32 +00:00
parent 4458a1ec32
commit e39646d93b
3 changed files with 4 additions and 4 deletions

View File

@@ -327,7 +327,7 @@ void AfterLoadVehicles(bool part_of_load)
FOR_ALL_VEHICLES(v) {
if (v->type == VEH_TRAIN) {
Train *t = Train::From(v);
if (!t->IsFrontEngine()) {
if (!t->IsFrontEngine()) {
if (t->IsEngine()) t->vehstatus |= VS_STOPPED;
/* cur_speed is now relevant for non-front parts - nonzero breaks
* moving-wagons-inside-depot- and autoreplace- code */