summaryrefslogtreecommitdiff
path: root/src/game/world/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/world/world.h')
-rw-r--r--src/game/world/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/world/world.h b/src/game/world/world.h
index 229f235..11af15e 100644
--- a/src/game/world/world.h
+++ b/src/game/world/world.h
@@ -3,6 +3,7 @@
struct WORLD : OBJECT {
static const U32 CLASSID = OBJCLASS_WORLD;
+ using OBJ_SELF_TYPE = WORLD;
struct WORLD_MAP* map;
};