summaryrefslogtreecommitdiff
path: root/src/saveload
diff options
context:
space:
mode:
authorfrosch <github@elsenhans.name>2019-03-03 20:51:57 +0100
committerGitHub <noreply@github.com>2019-03-03 20:51:57 +0100
commita67ee025294278f9113a1c8bcb5ee91d9e174f69 (patch)
tree7309d2ebe35dc37363e9d7e996849bdba56a6214 /src/saveload
parenteb46a89855c01a4898f5a9760969f2d9a7b3137d (diff)
downloadopenttd-a67ee025294278f9113a1c8bcb5ee91d9e174f69.tar.xz
Change: Heading for 1.10 now (#7319)
Diffstat (limited to 'src/saveload')
-rw-r--r--src/saveload/saveload.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/saveload/saveload.h b/src/saveload/saveload.h
index ad6b76e05..c5e7489c1 100644
--- a/src/saveload/saveload.h
+++ b/src/saveload/saveload.h
@@ -266,7 +266,7 @@ enum SaveLoadVersion : uint16 {
SLV_185, ///< 185 25620 Storybooks
SLV_186, ///< 186 25833 Objects storage
SLV_187, ///< 187 25899 Linkgraph - restricted flows
- SLV_188, ///< 188 26169 FS#5831 Unify RV travel time
+ SLV_188, ///< 188 26169 v1.4 FS#5831 Unify RV travel time
SLV_189, ///< 189 26450 Heirarchical vehicle subgroups
SLV_190, ///< 190 26547 Separate order travel and wait times
@@ -290,7 +290,7 @@ enum SaveLoadVersion : uint16 {
SLV_GROUP_LIVERIES, ///< 205 PR#7108 Livery storage change and group liveries.
SLV_SHIPS_STOP_IN_LOCKS, ///< 206 PR#7150 Ship/lock movement changes.
- SLV_FIX_CARGO_MONITOR, ///< 207 PR#7175 Cargo monitor data packing fix to support 64 cargotypes.
+ SLV_FIX_CARGO_MONITOR, ///< 207 PR#7175 v1.9 Cargo monitor data packing fix to support 64 cargotypes.
SL_MAX_VERSION, ///< Highest possible saveload version
};