fixed irritating MI2 warning

svn-id: r18485
This commit is contained in:
Max Horn 2005-07-02 14:45:24 +00:00
parent bf507bfa11
commit 339d20eac8

View File

@ -323,6 +323,13 @@ void ScummEngine::CHARSET_1() {
_haveMsg = 0xFF;
_keepText = false;
break;
case 8:
// Ignore this code here. Occurs e.g. in MI2 when you
// talk to the carpenter on scabb island. It works like
// code 1 (=newline) in verb texts, but is ignored in
// spoken text (i.e. here). Used for very long verb
// sentences.
break;
case 9:
frme = *buffer++;
frme |= *buffer++ << 8;