mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 16:39:09 +00:00
(svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes
This commit is contained in:
@@ -467,7 +467,7 @@ static int GetTrainAcceleration(Vehicle *v, bool mode)
|
||||
}
|
||||
}
|
||||
|
||||
static void UpdateTrainAcceleration(Vehicle* v)
|
||||
void UpdateTrainAcceleration(Vehicle* v)
|
||||
{
|
||||
assert(IsFrontEngine(v));
|
||||
|
||||
|
Reference in New Issue
Block a user