From 8c458c153dfc3d31aacda6b270e8f3d36cefb6dc Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 14 Mar 2018 18:05:06 +0000 Subject: [PATCH] (svn r27990) -Update: Docs --- bin/ai/compat_1.7.nut | 2 +- src/saveload/saveload.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ai/compat_1.7.nut b/bin/ai/compat_1.7.nut index 1290443c4d..6eb0c980ea 100644 --- a/bin/ai/compat_1.7.nut +++ b/bin/ai/compat_1.7.nut @@ -7,4 +7,4 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -GSLog.Info("1.7 API compatibility in effect."); +AILog.Info("1.7 API compatibility in effect."); diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index 2c00ecc4a1..cea80b59df 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -264,7 +264,7 @@ * 194 26881 1.5.x, 1.6.0 * 195 27572 1.6.x * 196 27778 1.7.x - * 197 27978 + * 197 27978 1.8.x */ extern const uint16 SAVEGAME_VERSION = 197; ///< Current savegame version of OpenTTD.