(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen)

This commit is contained in:
peter1138
2009-12-31 10:41:03 +00:00
parent 2d14ced236
commit 739aea3e1a
6 changed files with 7 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
#include "saveload_internal.h"
extern const uint16 SAVEGAME_VERSION = 132;
extern const uint16 SAVEGAME_VERSION = 133;
SavegameType _savegame_type; ///< type of savegame we are loading