From 25f0a9765380c2c2ce2adab7f31c4e517cc0b38d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 19 Dec 2016 20:00:58 -0500 Subject: TITANIC: Fix crash loading games when speech is active --- engines/titanic/core/project_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/core/project_item.cpp b/engines/titanic/core/project_item.cpp index af67f69580..f9c7dbdd55 100644 --- a/engines/titanic/core/project_item.cpp +++ b/engines/titanic/core/project_item.cpp @@ -158,8 +158,8 @@ void CProjectItem::loadGame(int slotId) { CompressedFile file; // Clear any existing project contents and call preload code - clear(); preLoad(); + clear(); // Open either an existing savegame slot or the new game template if (slotId >= 0) { -- cgit v1.2.3