mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
Little graphics fix for FM-Towns version. (Thanks to Florian Kagerer)
svn-id: r26930
This commit is contained in:
parent
ad03c72bdb
commit
8998e0d40d
@ -367,7 +367,7 @@ void Screen::fadeSpecialPalette(int palIndex, int startIndex, int size, int fade
|
||||
|
||||
void Screen::fadePalette(const uint8 *palData, int delay) {
|
||||
debugC(9, kDebugLevelScreen, "Screen::fadePalette(%p, %d)", (const void *)palData, delay);
|
||||
updateDirtyRects();
|
||||
updateScreen();
|
||||
|
||||
uint8 fadePal[768];
|
||||
memcpy(fadePal, _screenPalette, 768);
|
||||
|
Loading…
x
Reference in New Issue
Block a user