Change: Make ships stop in locks to move up/down instead of following the slope.

This commit is contained in:
Peter Nelson
2018-05-19 21:50:03 +01:00
committed by Charles Pigott
parent 8e7fe3973f
commit 0b10678050
3 changed files with 90 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ enum SaveLoadVersion : uint16 {
SLV_SHIP_ROTATION, ///< 204 PR#7065 Add extra rotation stages for ships.
SLV_GROUP_LIVERIES, ///< 205 PR#7108 Livery storage change and group liveries.
SLV_SHIPS_STOP_IN_LOCKS, ///< 206 PR#7150 Ship/lock movement changes.
SL_MAX_VERSION, ///< Highest possible saveload version
};