aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-04 05:03:46 +0000
committerTravis Howell2006-01-04 05:03:46 +0000
commit27877ad89e3b4c91173810075c0c4c78d8dc27cf (patch)
treecdf6b328ca723549965958b03e9e77f0819b1d6c /scumm/script_v7he.cpp
parentfbad775cf0c148694efb37455a65e26787bdd812 (diff)
downloadscummvm-rg350-27877ad89e3b4c91173810075c0c4c78d8dc27cf.tar.gz
scummvm-rg350-27877ad89e3b4c91173810075c0c4c78d8dc27cf.tar.bz2
scummvm-rg350-27877ad89e3b4c91173810075c0c4c78d8dc27cf.zip
Update comments
Add missing akos case. svn-id: r19905
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index 892a1a990c..b5e7ee5e66 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -436,7 +436,7 @@ void ScummEngine_v70he::o70_startSound() {
value = pop();
var = pop();
_heSndSoundId = pop();
- debug(0,"o70_startSound: case 29 (snd %d, var %d, value %d)", _heSndSoundId, var, value);
+ debug(0,"o70_startSound: case 23 (snd %d, var %d, value %d)", _heSndSoundId, var, value);
break;
case 25:
value = pop();