diff options
author | Max Horn | 2007-03-10 13:05:26 +0000 |
---|---|---|
committer | Max Horn | 2007-03-10 13:05:26 +0000 |
commit | fc9af6a307e56cd556af69f0492b5987df0a5b64 (patch) | |
tree | f840afcf3e4f4d4e522e13883dec45fffe225b98 | |
parent | cd366dd78cd6d1ee65f8dc82cb9287b5eeed33d0 (diff) | |
download | scummvm-rg350-fc9af6a307e56cd556af69f0492b5987df0a5b64.tar.gz scummvm-rg350-fc9af6a307e56cd556af69f0492b5987df0a5b64.tar.bz2 scummvm-rg350-fc9af6a307e56cd556af69f0492b5987df0a5b64.zip |
SCUMM: Must reset useBompPalette in the AKOS renderer
svn-id: r26052
-rw-r--r-- | engines/scumm/akos.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/akos.cpp b/engines/scumm/akos.cpp index 994ef45b08..faddeb4bba 100644 --- a/engines/scumm/akos.cpp +++ b/engines/scumm/akos.cpp @@ -1051,6 +1051,8 @@ byte AkosRenderer::codec5(int xmoveCur, int ymoveCur) { drawBomp(bdd); + useBompPalette = false; + return 0; } |