Ooops, re-enable codec32 code.

svn-id: r41161
This commit is contained in:
Travis Howell 2009-06-04 09:49:06 +00:00
parent d08c592bfd
commit a45b902716

View File

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