mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Trigger palette update, when setting the mouse palette in Elvira 2 and Waxworks.
svn-id: r27098
This commit is contained in:
parent
27083f8fb4
commit
83797aa33a
@ -1125,6 +1125,7 @@ void AGOSEngine::vc33_setMouseOn() {
|
||||
_displayPalette[65 * 4 + 1] = 48 * 4;
|
||||
_displayPalette[65 * 4 + 2] = 40 * 4;
|
||||
_displayPalette[65 * 4 + 3] = 0;
|
||||
_paletteFlag = 1;
|
||||
}
|
||||
mouseOn();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user