Trigger palette update, when setting the mouse palette in Elvira 2 and Waxworks.

svn-id: r27098
This commit is contained in:
Travis Howell 2007-06-05 06:05:28 +00:00
parent 27083f8fb4
commit 83797aa33a

View File

@ -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();
}