fixed o2_waitForSentence
svn-id: r8047
This commit is contained in:
parent
383918313d
commit
8d4b2bbf73
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ void Scumm_v2::o2_waitForMessage() {
|
|||
}
|
||||
|
||||
void Scumm_v2::o2_waitForSentence() {
|
||||
if (_sentenceNum && !isScriptInUse(SENTENCE_SCRIPT))
|
||||
if (!_sentenceNum && !isScriptInUse(SENTENCE_SCRIPT))
|
||||
return;
|
||||
|
||||
_scriptPointer--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue