diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/akos.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/scumm/akos.cpp b/engines/scumm/akos.cpp index edfbe5730d..347b5a03fc 100644 --- a/engines/scumm/akos.cpp +++ b/engines/scumm/akos.cpp @@ -1301,8 +1301,6 @@ byte AkosRenderer::codec16(int xmoveCur, int ymoveCur) { } byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) { - return 0; - #ifdef ENABLE_HE Common::Rect src, dst; |