aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-06-27 02:17:56 +0000
committerTravis Howell2004-06-27 02:17:56 +0000
commit4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb (patch)
tree8989c87479120b7614c3c107d036a18aab6938b1 /scumm
parentb02221a613e85cfde1830fe3635488f2a66ceabb (diff)
downloadscummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.tar.gz
scummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.tar.bz2
scummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.zip
Remove bad comment
svn-id: r14074
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 3edc6b503c..6cd1b830aa 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -699,7 +699,7 @@ void ScummEngine_v6he::o6_actorOps() {
a->needRedraw = true;
a->needBgReset = true;
break;
- case 225: // SO_ALWAYS_ZCLIP
+ case 225:
i = pop(); // talkie slot
warning("o6_actorOps: stub case %d", b);
break;