cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly, though)
svn-id: r7429
This commit is contained in:
parent
134c32bc98
commit
e5f8056d88
2 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue