(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
typedef uint16 GroupID; ///< Type for all group identifiers.
|
||||
|
||||
static const GroupID NEW_GROUP = 0xFFFC; ///< Sentinel for a to-be-created group.
|
||||
static const GroupID ALL_GROUP = 0xFFFD; ///< All vehicles are in this group.
|
||||
static const GroupID DEFAULT_GROUP = 0xFFFE; ///< Ungrouped vehicles are in this group.
|
||||
static const GroupID INVALID_GROUP = 0xFFFF; ///< Sentinel for invalid groups.
|
||||
|
Reference in New Issue
Block a user