(svn r12466) -Codechange: move DestinationID to a more logical location.
This commit is contained in:
@@ -32,14 +32,6 @@ typedef uint16 OrderID;
|
||||
typedef uint16 SignID;
|
||||
typedef uint16 GroupID;
|
||||
typedef uint16 EngineRenewID;
|
||||
typedef uint16 DestinationID;
|
||||
|
||||
/* DestinationID must be at least as large as every these below, because it can
|
||||
* be any of them
|
||||
*/
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(DepotID));
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(WaypointID));
|
||||
assert_compile(sizeof(DestinationID) >= sizeof(StationID));
|
||||
|
||||
enum GameModes {
|
||||
GM_MENU,
|
||||
|
Reference in New Issue
Block a user