Add properl file log closing to import and UCS

This commit is contained in:
Akkadius 2015-01-21 18:52:59 -06:00
parent ab82fc1702
commit cb99f92287
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,8 @@ int main(int argc, char **argv) {
ImportSkillCaps(&database);
ImportBaseData(&database);
Log.CloseFileLogs();
return 0;
}

View File

@ -167,6 +167,8 @@ int main() {
CL->CloseAllConnections();
Log.CloseFileLogs();
}
void UpdateWindowTitle(char* iNewTitle) {