mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
TITANIC: Fix parser crash giving the same response multiple times
This commit is contained in:
parent
23f606a7a3
commit
071a032447
@ -131,7 +131,7 @@ void TTconcept::setScriptType(ScriptType scriptType) {
|
||||
|
||||
int TTconcept::initializeWordRef(TTword *word) {
|
||||
delete _wordP;
|
||||
_wordP = word;
|
||||
_wordP = word->copy();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user