aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.cpp
diff options
context:
space:
mode:
authorMax Horn2005-05-15 10:02:13 +0000
committerMax Horn2005-05-15 10:02:13 +0000
commite5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa (patch)
tree39eec7a269a702635a1f5fe5709f4e273eddda00 /scumm/bomp.cpp
parent75ffec581ff8eaf040bfc6292e034528923352e4 (diff)
downloadscummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.tar.gz
scummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.tar.bz2
scummvm-rg350-e5bbfe8df9e3fb291d840a3cbcdc947185bfd3fa.zip
Renamed costume scale tables; merged the old costume renderer's scale table with the small scale AKOS scale table (they were identical)
svn-id: r18103
Diffstat (limited to 'scumm/bomp.cpp')
-rw-r--r--scumm/bomp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bomp.cpp b/scumm/bomp.cpp
index ded9f912bc..2843f9aa36 100644
--- a/scumm/bomp.cpp
+++ b/scumm/bomp.cpp
@@ -360,7 +360,7 @@ int32 setupBompScale(byte *scaling, int32 size, byte scale) {
count = (256 - size / 2);
assert(0 <= count && count < 768);
- tmp_ptr = defaultScaleTable + count;
+ tmp_ptr = bigCostumeScaleTable + count;
count = (size + 7) / 8;
while (count--) {