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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user