summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2018-03-14 18:05:06 +0000
committerfrosch <frosch@openttd.org>2018-03-14 18:05:06 +0000
commit8c458c153dfc3d31aacda6b270e8f3d36cefb6dc (patch)
tree02641367356a5e3d1c1f56863343e990b4bbb6d3
parent55a503e6f225a3c1dba3dbc1effa7e0d6942dd96 (diff)
downloadopenttd-8c458c153dfc3d31aacda6b270e8f3d36cefb6dc.tar.xz
(svn r27990) -Update: Docs
-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.