mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-08 23:19:40 +00:00
Fix: wrong type for INVALID_LINK_GRAPH_JOB
This commit is contained in:
parent
755e41de9f
commit
00721787e1
@ -14,7 +14,7 @@ typedef uint16 LinkGraphID;
|
||||
static const LinkGraphID INVALID_LINK_GRAPH = UINT16_MAX;
|
||||
|
||||
typedef uint16 LinkGraphJobID;
|
||||
static const LinkGraphID INVALID_LINK_GRAPH_JOB = UINT16_MAX;
|
||||
static const LinkGraphJobID INVALID_LINK_GRAPH_JOB = UINT16_MAX;
|
||||
|
||||
typedef uint16 NodeID;
|
||||
static const NodeID INVALID_NODE = UINT16_MAX;
|
||||
|
Loading…
Reference in New Issue
Block a user