cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly, though)

svn-id: r7429
This commit is contained in:
Max Horn 2003-05-11 11:13:24 +00:00
parent 134c32bc98
commit e5f8056d88
2 changed files with 10 additions and 8 deletions

View file

@ -821,8 +821,12 @@ void Scumm_v2::o2_doSentence() {
// TODO
switch(fetchScriptByte()) {
case 1:
// TODO - execute the sentence
_sentenceNum--;
break;
case 2:
// TODO - print the sentence
_sentenceNum--;
break;
}
}