From 5790293af6404ab5eb941ba9f67141631ecf621d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Apr 2009 14:11:14 +0000 Subject: (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. --- src/saveload/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload/saveload.cpp') diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index 13c437746..a8368ba4d 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -40,7 +40,7 @@ #include "saveload_internal.h" -extern const uint16 SAVEGAME_VERSION = 116; +extern const uint16 SAVEGAME_VERSION = 117; SavegameType _savegame_type; ///< type of savegame we are loading -- cgit v1.2.3-54-g00ecf