summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-18 10:48:15 +0000
committerrubidium <rubidium@openttd.org>2007-06-18 10:48:15 +0000
commit3ccc83e64062b95f8ae1d6a7c7afde3224b03b63 (patch)
treee8ff8f3847b0d29507eeef3450ff752e9b318604 /src/openttd.h
parentfd2cee18642307140aeb64822cc63287b8efff8f (diff)
downloadopenttd-3ccc83e64062b95f8ae1d6a7c7afde3224b03b63.tar.xz
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 69df7c271..6969f1c23 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -67,6 +67,7 @@ typedef uint16 SignID;
typedef uint16 GroupID;
typedef uint16 EngineRenewID;
typedef uint16 DestinationID;
+typedef int32 CommandCost;
/* DestinationID must be at least as large as every these below, because it can
* be any of them