Fixed VC++ warnings
svn-id: r7652
This commit is contained in:
parent
1f616edfcd
commit
ac9a392a5b
2 changed files with 2 additions and 2 deletions
|
@ -3106,7 +3106,7 @@ void Scumm::createSpecialPalette(int16 from, int16 to, int16 redScale, int16 gre
|
|||
|
||||
searchPtr = palPtr + from * 3;
|
||||
bestResult = 32000;
|
||||
currentIndex = from;
|
||||
currentIndex = (byte) from;
|
||||
|
||||
for (j = from; j < to; j++) {
|
||||
int ar = (*searchPtr++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue