Typo.
svn-id: r34528
This commit is contained in:
parent
eddae0e105
commit
38097172e2
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ void Screen::setPaletteIndex(uint8 index, uint8 red, uint8 green, uint8 blue) {
|
|||
}
|
||||
|
||||
void Screen::getRealPalette(int num, uint8 *dst) {
|
||||
debugC(9, kDebugLevelScreen, "Screen::setRealPalette(%d, %p)", num, (const void *)dst);
|
||||
debugC(9, kDebugLevelScreen, "Screen::getRealPalette(%d, %p)", num, (const void *)dst);
|
||||
const int colors = (_vm->gameFlags().platform == Common::kPlatformAmiga ? 32 : 256);
|
||||
const uint8 *palData = getPalette(num);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue