summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a7032fb1..ec075a4c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -479,6 +479,8 @@ void exit_engine()
// Shutdown sound
sound.close();
+ Being::cleanup();
+
// Unload XML databases
ColorDB::unload();
EmoteDB::unload();
@@ -939,6 +941,7 @@ int main(int argc, char *argv[])
MonsterDB::load();
NPCDB::load();
EmoteDB::load();
+ Being::load(); // Hairstyles and emotions
state = CHAR_CONNECT_STATE;
break;