aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map.hh b/src/map.hh
index 6db6773..eafcb1a 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -30,8 +30,6 @@ enum : int {
};
struct Object {
- // REGULAR FUNCTIONS
- // =========================================================================
constexpr Object(void) : ObjectID(0) {}
constexpr Object(uint32 ObjectID): ObjectID(ObjectID) {}
@@ -55,7 +53,7 @@ struct Object {
}
// DATA
- // =========================================================================
+ // =================
uint32 ObjectID;
};