mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
TITANIC: Fix crash asking Barbot what else he needs
This commit is contained in:
parent
7b58493fad
commit
d82d9ad7fd
3
NEWS.md
3
NEWS.md
@ -56,6 +56,9 @@ For a more comprehensive changelog of the latest experimental code, see:
|
||||
Sword1:
|
||||
- Added support for localized menus in Novy Disk Russian Trilogy release.
|
||||
|
||||
Titanic:
|
||||
- Fixed Barbot crash after asking what else he needs.
|
||||
|
||||
Wintermute:
|
||||
- Added subsystem for tracking achievements, implemented for 10+ games.
|
||||
|
||||
|
@ -658,7 +658,7 @@ int TTparser::loadRequests(TTword *word) {
|
||||
if (_sentence->checkCategory()) {
|
||||
_sentenceConcept->_field1C = 1;
|
||||
_sentenceConcept = _sentenceConcept->addSibling();
|
||||
delete this;
|
||||
clear();
|
||||
} else {
|
||||
addNode(WORD_TYPE_IS_SENTENCE_TYPE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user