Fixed Object Manager (detached)

This commit is contained in:
Nekotekina 2015-08-06 16:05:33 +03:00
parent 9923f96431
commit f8afee3325
6 changed files with 107 additions and 86 deletions

View file

@ -374,8 +374,9 @@ void Emulator::Stop()
LOG_NOTICE(GENERAL, "All threads stopped...");
idm::clear();
fxm::clear();
LOG_NOTICE(GENERAL, "ID manager cleared...");
LOG_NOTICE(GENERAL, "Objects cleared...");
finalize_psv_modules();
clear_all_psv_objects();