aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-11 11:13:24 +0000
committerMax Horn2003-05-11 11:13:24 +0000
commite5f8056d88247eb095890c8fa050fc406cbf0abb (patch)
tree65fec9eb46cb603e25beb0bd71be59ad86a7c1e6 /scumm/script_v2.cpp
parent134c32bc989a06d52e3f63fe786e28961571eb19 (diff)
downloadscummvm-rg350-e5f8056d88247eb095890c8fa050fc406cbf0abb.tar.gz
scummvm-rg350-e5f8056d88247eb095890c8fa050fc406cbf0abb.tar.bz2
scummvm-rg350-e5f8056d88247eb095890c8fa050fc406cbf0abb.zip
cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly, though)
svn-id: r7429
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 842d854a5a..ef2ccba00b 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -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;
}
}