(svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes

This commit is contained in:
smatz
2008-03-15 19:24:13 +00:00
parent bfae49aeb2
commit 89e9bbfa98
3 changed files with 14 additions and 2 deletions

View File

@@ -274,6 +274,7 @@ byte FreightWagonMult(CargoID cargo);
int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
int CheckTrainStoppedInDepot(const Vehicle *v);
void UpdateTrainAcceleration(Vehicle* v);
/**
* This class 'wraps' Vehicle; you do not actually instantiate this class.