]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
fixed type of monster number properties
[l2e.git] / src / main.cpp
index 6be5e7ceeba8a92487b2f4637b0e27305066b999..e6e8b0897ca2394f334e9400a9fc18720013bfbc 100644 (file)
@@ -89,8 +89,10 @@ int main(int argc, char **argv) {
                Gauge::CreateTypeDescription();
                Hero::CreateTypeDescription();
                Ikari::CreateTypeDescription();
+               Interpreter::CreateTypeDescriptions();
                Item::CreateTypeDescription();
                graphics::MenuProperties::CreateTypeDescription();
+               Monster::CreateTypeDescription();
                PartyLayout::CreateTypeDescription();
                SimpleAnimation::CreateTypeDescription();
                Spell::CreateTypeDescription();