Merge branch 'master' into jgrpp
# Conflicts: # src/lang/czech.txt # src/order_backup.h # src/settings_internal.h # src/string.cpp # src/viewport.cpp
This commit is contained in:
@@ -395,7 +395,7 @@ protected:
|
||||
/* entered railway station
|
||||
* get platform length */
|
||||
uint length = BaseStation::GetByTile(m_new_tile)->GetPlatformLength(m_new_tile, TrackdirToExitdir(m_old_td));
|
||||
/* how big step we must do to get to the last platform tile; */
|
||||
/* how big step we must do to get to the last platform tile? */
|
||||
m_tiles_skipped = length - 1;
|
||||
/* move to the platform end */
|
||||
TileIndexDiff diff = TileOffsByDiagDir(m_exitdir);
|
||||
|
||||
Reference in New Issue
Block a user