(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.

This commit is contained in:
frosch
2008-03-06 10:39:26 +00:00
parent fe4a6985b2
commit 0689524481
2 changed files with 5 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
enum {
ALL_GROUP = 0xFFFD,
DEFAULT_GROUP = 0xFFFE,
DEFAULT_GROUP = 0xFFFE, ///< ungrouped vehicles are in this group.
INVALID_GROUP = 0xFFFF,
};