aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-19 08:37:20 +0000
committerTravis Howell2004-09-19 08:37:20 +0000
commit45c34259bddf2acf563b95f40770f242848ca61c (patch)
tree338ca9d8e8601652d9e4e130de0414bec093933b /scumm/actor.cpp
parent169d13080b08935d0a9ae4da34cb538fe5a41a74 (diff)
downloadscummvm-rg350-45c34259bddf2acf563b95f40770f242848ca61c.tar.gz
scummvm-rg350-45c34259bddf2acf563b95f40770f242848ca61c.tar.bz2
scummvm-rg350-45c34259bddf2acf563b95f40770f242848ca61c.zip
Fix last commit
Add stub/warning svn-id: r15184
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index b7567a8dd9..5509857858 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1933,7 +1933,10 @@ void ScummEngine::postProcessAuxQueue() {
warning("unimplemented compression type %d", comp);
break;
}
+ } else {
+ warning("unimplemented compression type %d", comp);
}
+
}
const uint8 *axur = findResourceData(MKID('AXUR'), auxd);
if (axur) {