forked from mirror/OpenTTD
(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for monorail and maglev in the waypoint picker.
This commit is contained in:
@@ -2946,7 +2946,7 @@ int Train::UpdateSpeed()
|
||||
this->max_speed = this->GetCurrentMaxSpeed();
|
||||
accel = this->GetAcceleration();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
uint spd = this->subspeed + accel;
|
||||
this->subspeed = (byte)spd;
|
||||
|
Reference in New Issue
Block a user