summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-25 15:38:36 +0000
committerdominik <dominik@openttd.org>2005-01-25 15:38:36 +0000
commitd439221c62fb6dc95192c68659fd68e4a85f60a2 (patch)
tree7e95f59e35354d3577e4d77bd75a70d6b754d706 /saveload.c
parent03ba24dd6548e4d96e6090f6d18b7dbfdbb96bd8 (diff)
downloadopenttd-d439221c62fb6dc95192c68659fd68e4a85f60a2.tar.xz
(svn r1667) - Feature: Signs are now shown in the color of the player who created them
(Note: The player information is currently not stored in savegames. Upon loading a game the signs will all be gray again)
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/saveload.c b/saveload.c
index deeedbb8c..a37b40724 100644
--- a/saveload.c
+++ b/saveload.c
@@ -6,6 +6,9 @@
#include "player.h"
#include "saveload.h"
+/* TODO when upgrading to version 6.0:
+ * - uncomment "SLE_CONDVAR(SignStruct,owner..." in _sign_desc (signs.c) */
+
enum {
SAVEGAME_MAJOR_VERSION = 5,
SAVEGAME_MINOR_VERSION = 2,