summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ai/compat_1.7.nut2
-rw-r--r--src/saveload/saveload.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/compat_1.7.nut b/bin/ai/compat_1.7.nut
index 1290443c4..6eb0c980e 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 <http://www.gnu.org/licenses/>.
*/
-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 2c00ecc4a..cea80b59d 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.