From a45b902716aa3a86e56efaefeee1d6ae3113fbd1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 4 Jun 2009 09:49:06 +0000 Subject: [PATCH] Ooops, re-enable codec32 code. svn-id: r41161 --- engines/scumm/akos.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/scumm/akos.cpp b/engines/scumm/akos.cpp index edfbe5730dd..347b5a03fc5 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;