aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.cpp b/src/world.cpp
index b163979..ea2566a 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -371,6 +371,8 @@ void WorldSystem::loader(void)
entity.assign<Trigger>(wxml, abcd);
else if (tname == "Drop")
entity.assign<Drop>(wxml, abcd);
+ else if (tname == "Illuminate")
+ entity.assign<Illuminate>(wxml, abcd);
abcd = abcd->NextSiblingElement();
}