mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
TITANIC: Properly handle sentences with multiple objects
This commit is contained in:
parent
927f53368b
commit
0a5e36d689
@ -792,8 +792,8 @@ int TTparser::considerRequests(TTword *word) {
|
||||
if (flag)
|
||||
delete oldConcept;
|
||||
} else if (!_sentenceConcept->_concept3P &&
|
||||
(!_sentenceConcept->_concept1P || (_sentenceConcept->_concept1P->getWordId() &&
|
||||
_sentenceConcept->_concept1P->getWordId() == 112)) &&
|
||||
(!_sentenceConcept->_concept1P || (_sentenceConcept->_concept1P->getWordId() != 113 &&
|
||||
_sentenceConcept->_concept1P->getWordId() != 112)) &&
|
||||
_sentenceConcept->_concept2P->checkWordId1() &&
|
||||
(word->_wordClass == WC_THING || word->_wordClass == WC_PRONOUN)) {
|
||||
_sentenceConcept->changeConcept(0, &_sentenceConcept->_concept2P, 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user