aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/akos.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-06-04 09:49:06 +0000
committerTravis Howell2009-06-04 09:49:06 +0000
commita45b902716aa3a86e56efaefeee1d6ae3113fbd1 (patch)
tree450d22b164b3315bfca765dac02770ffa55b28dc /engines/scumm/akos.cpp
parentd08c592bfd4c1b74e91227847c04afe2b7ca7ff4 (diff)
downloadscummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.tar.gz
scummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.tar.bz2
scummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.zip
Ooops, re-enable codec32 code.
svn-id: r41161
Diffstat (limited to 'engines/scumm/akos.cpp')
-rw-r--r--engines/scumm/akos.cpp2
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;