mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r2475) -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx)
This commit is contained in:
parent
7b0c767238
commit
56f3bc9e69
@ -312,7 +312,7 @@ static int GetTrainAcceleration(Vehicle *v, bool mode)
|
||||
}
|
||||
} else {
|
||||
//"kickoff" acceleration
|
||||
force = resistance * 10;
|
||||
force = (mass * 8) + resistance;
|
||||
}
|
||||
|
||||
if (force <= 0) force = 10000;
|
||||
|
Loading…
Reference in New Issue
Block a user