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

(svn r1673) - Codechange: Removed some redundant comments from r1667

Saving the player color for signs will work right after the savegame bump
This commit is contained in:
dominik
2005-01-25 17:05:38 +00:00
parent 6497f08ad4
commit 085ae9cab2
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
#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,