diff options
| author | Travis Howell | 2009-06-04 09:49:06 +0000 | 
|---|---|---|
| committer | Travis Howell | 2009-06-04 09:49:06 +0000 | 
| commit | a45b902716aa3a86e56efaefeee1d6ae3113fbd1 (patch) | |
| tree | 450d22b164b3315bfca765dac02770ffa55b28dc | |
| parent | d08c592bfd4c1b74e91227847c04afe2b7ca7ff4 (diff) | |
| download | scummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.tar.gz scummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.tar.bz2 scummvm-rg350-a45b902716aa3a86e56efaefeee1d6ae3113fbd1.zip | |
Ooops, re-enable codec32 code.
svn-id: r41161
| -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; | 
