1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(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)
This commit is contained in:
dominik
2005-01-25 15:38:36 +00:00
parent 03ba24dd65
commit d439221c62
6 changed files with 29 additions and 7 deletions

View File

@@ -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,