aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 022dc36a90..65fd9a8483 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1692,8 +1692,10 @@ void ScummEngine::akos_processQueue() {
a->_offsY = param_2;
break;
case 7:
+#ifndef DISABLE_HE
assert(_heversion >= 71);
((ScummEngine_v71he *)this)->queueAuxEntry(a->_number, param_1);
+#endif
break;
case 8:
_actorToPrintStrFor = a->_number;