aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
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) {