summaryrefslogtreecommitdiff
path: root/src/object_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:49:39 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:49:39 +0000
commit852bde0bad87b0aab2f8e70688989c76a4c34480 (patch)
treed61f47c7a9b62cc9f554093fc90a0e5e97282414 /src/object_type.h
parent8fd9728e193b8bdfa1387429bd087feb12565e19 (diff)
downloadopenttd-852bde0bad87b0aab2f8e70688989c76a4c34480.tar.xz
(svn r20660) -Codechange: implement (most) of action2 support for objects
Diffstat (limited to 'src/object_type.h')
-rw-r--r--src/object_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object_type.h b/src/object_type.h
index db06669dd..7987c6481 100644
--- a/src/object_type.h
+++ b/src/object_type.h
@@ -31,4 +31,6 @@ typedef uint16 ObjectID;
struct Object;
struct ObjectSpec;
+static const ObjectID INVALID_OBJECT = 0xFFFF; ///< An invalid object
+
#endif /* OBJECT_TYPE_H */