diff options
author | Travis Howell | 2004-09-09 02:20:03 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-09 02:20:03 +0000 |
commit | 6f7a3713b380912fd3e0090acf1e6f8a09dd8255 (patch) | |
tree | 5be1934af3859a2069e1db4314abd48d64e7f90e /scumm | |
parent | d95dde29638edc0dd9feb759957e4dafc8477f93 (diff) | |
download | scummvm-rg350-6f7a3713b380912fd3e0090acf1e6f8a09dd8255.tar.gz scummvm-rg350-6f7a3713b380912fd3e0090acf1e6f8a09dd8255.tar.bz2 scummvm-rg350-6f7a3713b380912fd3e0090acf1e6f8a09dd8255.zip |
Disable for now
svn-id: r14970
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/akos.cpp | 2 |
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; |