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 600927a9f3..978aa96c1f 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1223,6 +1223,8 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) {
Common::Rect clip, src, dst;
debug(0, "codec32(%d, %d)", xmoveCur, ymoveCur);
+ // Disable for now, crashes too much.
+ return 0;
if (!_mirror) {
dst.left = (_actorX - xmoveCur - _width) + 1;