diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 32ff3ac3..e63d5956 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -945,6 +945,7 @@ int main(int argc, char *argv[]) ItemDB::load(); MonsterDB::load(); NPCDB::load(); + Being::load(); // Hairstyles and emotions EmoteDB::load(); state = CHAR_CONNECT_STATE; @@ -1116,6 +1117,8 @@ int main(int argc, char *argv[]) delete setup; delete setupWindow; + Being::cleanup(); + delete network; SDLNet_Quit(); |