Add Zak v2 doSentence fix, patch #740878

svn-id: r7760
This commit is contained in:
Travis Howell 2003-05-21 04:09:20 +00:00
parent 27b7c1287e
commit ec46d2f853

View file

@ -826,12 +826,12 @@ void Scumm_v2::o2_doSentence() {
SentenceTab *st;
a = getVarOrDirectByte(0x80);
if (a == 0xFB) {
if (a == 0xFC) {
_sentenceNum = 0;
stopScript(SENTENCE_SCRIPT);
return;
}
if (a == 0xFC) {
if (a == 0xFB) {
resetSentence();
return;
}