summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-06 16:13:44 +0000
committerDarkvater <darkvater@openttd.org>2005-05-06 16:13:44 +0000
commitadf929fef5022c0b6583e9fc6fde559c71ab0fad (patch)
treea86bf470df5d0591fce0454fd971dc9dc24ad607 /variables.h
parent61ca460457b524d1d6b8e71d92b5b0b68f9f6281 (diff)
downloadopenttd-adf929fef5022c0b6583e9fc6fde559c71ab0fad.tar.xz
(svn r2274) - Codechange: some comments, parentheses and EngineID typedef for engine_type
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index afd37d4f9..71939cfd8 100644
--- a/variables.h
+++ b/variables.h
@@ -9,6 +9,7 @@
#endif
typedef uint16 UnitID; //! All unitnumber stuff is of this type (or anyway, should be)
+typedef uint16 EngineID; //! All enginenumbers should be of this type
// Prices and also the fractional part.
VARDEF Prices _price;