summaryrefslogtreecommitdiff
path: root/src/saveload
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-09-25 13:48:03 +0200
committerGitHub <noreply@github.com>2021-09-25 13:48:03 +0200
commit394c749b6b0fa3e185734b7e5b92ad71420fdf2c (patch)
tree8778ab3f76393aeece0c92225a0a0510c0c50388 /src/saveload
parent39662aabefa851a153b66571a50fd4b78b83ced1 (diff)
downloadopenttd-394c749b6b0fa3e185734b7e5b92ad71420fdf2c.tar.xz
Change: Heading for 13 now (#9573)
Diffstat (limited to 'src/saveload')
-rw-r--r--src/saveload/saveload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/saveload.h b/src/saveload/saveload.h
index ad8b368c8..bd0613e55 100644
--- a/src/saveload/saveload.h
+++ b/src/saveload/saveload.h
@@ -337,7 +337,7 @@ enum SaveLoadVersion : uint16 {
SLV_TABLE_CHUNKS, ///< 295 PR#9322 Introduction of CH_TABLE and CH_SPARSE_TABLE.
SLV_SCRIPT_INT64, ///< 296 PR#9415 SQInteger is 64bit but was saved as 32bit.
- SLV_LINKGRAPH_TRAVEL_TIME, ///< 297 PR#9457 Store travel time in the linkgraph.
+ SLV_LINKGRAPH_TRAVEL_TIME, ///< 297 PR#9457 v12 Store travel time in the linkgraph.
SL_MAX_VERSION, ///< Highest possible saveload version
};