(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to.
This commit is contained in:
@@ -1355,7 +1355,7 @@ void VehicleEnterDepot(Vehicle *v)
|
||||
t->wait_counter = 0;
|
||||
t->force_proceed = TFP_NONE;
|
||||
ClrBit(t->flags, VRF_TOGGLE_REVERSE);
|
||||
t->ConsistChanged(true);
|
||||
t->ConsistChanged(CCF_ARRANGE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user