mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
Disable for now
svn-id: r14970
This commit is contained in:
parent
d95dde2963
commit
6f7a3713b3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user