summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraph_type.h
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2014-02-10 20:13:07 +0000
committerfonsinchen <fonsinchen@openttd.org>2014-02-10 20:13:07 +0000
commite37656f2e58ca802f0df5eef42b35e4015b58d86 (patch)
treed1e7133b7030a5d130d5755f2791af0eb7607ef9 /src/linkgraph/linkgraph_type.h
parent82ece7db12f4cd7d56ddbe3414a0553f636d4259 (diff)
downloadopenttd-e37656f2e58ca802f0df5eef42b35e4015b58d86.tar.xz
(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.
Diffstat (limited to 'src/linkgraph/linkgraph_type.h')
-rw-r--r--src/linkgraph/linkgraph_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linkgraph/linkgraph_type.h b/src/linkgraph/linkgraph_type.h
index 277e56c73..330461841 100644
--- a/src/linkgraph/linkgraph_type.h
+++ b/src/linkgraph/linkgraph_type.h
@@ -16,7 +16,7 @@ typedef uint16 LinkGraphID;
static const LinkGraphID INVALID_LINK_GRAPH = UINT16_MAX;
typedef uint16 LinkGraphJobID;
-static const LinkGraphID INVALID_LIN_KGRAPH_JOB = UINT16_MAX;
+static const LinkGraphID INVALID_LINK_GRAPH_JOB = UINT16_MAX;
typedef uint16 NodeID;
static const NodeID INVALID_NODE = UINT16_MAX;