Skip to content

Commit

Permalink
TITANIC: Fix crash loading games when speech is active
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 20, 2016
1 parent 2eadb3e commit 25f0a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/core/project_item.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 25f0a97

Please sign in to comment.