aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-23 01:47:34 +0000
committerEugene Sandulenko2004-06-23 01:47:34 +0000
commita7e85cab1a0f09782328c63ee22607936de58f28 (patch)
tree59b9a6334c59855b6f6b86f9d75644e4c8df7008 /scumm/script_v6.cpp
parent2e0814514c346cc3c7bf091131dce91f99473810 (diff)
downloadscummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.tar.gz
scummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.tar.bz2
scummvm-rg350-a7e85cab1a0f09782328c63ee22607936de58f28.zip
oops. Forgot to remove debug output and rename resource type.
svn-id: r14004
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index fea6f88b1f..11c3ea515f 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1461,7 +1461,6 @@ void ScummEngine_v6::o6_resourceRoutines() {
int resid, op;
op = fetchScriptByte();
- debug(0, "resourceRoutines op: %d", op);
switch (op) {
case 100: // SO_LOAD_SCRIPT
resid = pop();