mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r2441) -Feature: You can now give transfer order to set up feeder systems
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
#include "saveload.h"
|
||||
|
||||
enum {
|
||||
SAVEGAME_MAJOR_VERSION = 13,
|
||||
SAVEGAME_MINOR_VERSION = 0x1,
|
||||
SAVEGAME_MAJOR_VERSION = 14,
|
||||
SAVEGAME_MINOR_VERSION = 0,
|
||||
|
||||
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION
|
||||
};
|
||||
|
Reference in New Issue
Block a user