mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
parent
5e1bf44046
commit
8cb98dc45c
@ -270,7 +270,7 @@ void MoviePlayer::setPalette(byte *pal) {
|
||||
byte palette[1024];
|
||||
byte *p = palette;
|
||||
|
||||
for (int i = 0; i <= 256; i++) {
|
||||
for (int i = 0; i < 256; i++) {
|
||||
*p++ = *pal++;
|
||||
*p++ = *pal++;
|
||||
*p++ = *pal++;
|
||||
|
Loading…
Reference in New Issue
Block a user