mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
svn-id: r7643
This commit is contained in:
parent
8f7f22aeae
commit
7ec709e35f
@ -3104,9 +3104,9 @@ void Scumm::createSpecialPalette(int16 from, int16 to, int16 redScale, int16 gre
|
||||
int g = (int) (*curPtr++ * greenScale) >> 8;
|
||||
int b = (int) (*curPtr++ * blueScale) >> 8;
|
||||
|
||||
searchPtr = palPtr;
|
||||
searchPtr = palPtr + from * 3;
|
||||
bestResult = 32000;
|
||||
currentIndex = 0;
|
||||
currentIndex = from;
|
||||
|
||||
for (j = from; j < to; j++) {
|
||||
int ar = (*searchPtr++);
|
||||
|
Loading…
x
Reference in New Issue
Block a user