don't incorrectly treat SO_PRINT_WRAP like SO_PRINT_MUMBLE; rather just ignore it
svn-id: r8406
This commit is contained in:
parent
18a4fc7df6
commit
c04f39304b
1 changed files with 3 additions and 4 deletions
|
@ -493,7 +493,6 @@ void Scumm_v8::decodeParseString(int m, int n) {
|
||||||
_string[m].overhead = true;
|
_string[m].overhead = true;
|
||||||
_string[m].no_talk_anim = false;
|
_string[m].no_talk_anim = false;
|
||||||
break;
|
break;
|
||||||
case 0xD2:
|
|
||||||
case 0xD0: // SO_PRINT_MUMBLE
|
case 0xD0: // SO_PRINT_MUMBLE
|
||||||
_string[m].no_talk_anim = true;
|
_string[m].no_talk_anim = true;
|
||||||
break;
|
break;
|
||||||
|
@ -545,9 +544,9 @@ void Scumm_v8::decodeParseString(int m, int n) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
// case 0xD2: // SO_PRINT_WRAP Set print wordwrap
|
case 0xD2: // SO_PRINT_WRAP Set print wordwrap
|
||||||
// error("decodeParseString: SO_PRINT_WRAP");
|
//warning("decodeParseString: SO_PRINT_WRAP");
|
||||||
// break;
|
break;
|
||||||
default:
|
default:
|
||||||
error("decodeParseString: default case 0x%x", b);
|
error("decodeParseString: default case 0x%x", b);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue