TITANIC: Fix use-after-free in TTtalker when loading savegames

This commit is contained in:
Paul Gilbert 2017-08-18 22:30:38 -04:00
parent 8e35f77e2d
commit 8308341a98

View File

@ -81,8 +81,8 @@ void CGameManager::preLoad() {
_timers.destroyContents();
_soundMaker = nullptr;
_trueTalkManager.preLoad();
_sound.preLoad();
_trueTalkManager.preLoad();
}
void CGameManager::postLoad(CProjectItem *project) {