Disable for now

svn-id: r14970
This commit is contained in:
Travis Howell 2004-09-09 02:20:03 +00:00
parent d95dde2963
commit 6f7a3713b3

View File

@ -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;