summaryrefslogtreecommitdiff
path: root/src/object_type.h
diff options
context:
space:
mode:
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 */