fix for ega palette

svn-id: r6964
This commit is contained in:
Paweł Kołodziejski 2003-04-11 05:22:28 +00:00
parent 8febecac27
commit f1aa6daf00

View file

@ -1632,6 +1632,7 @@ void Scumm_v5::o5_roomOps() {
// printf("copyPalColor(%d, %d)\n", a, b);
// copyPalColor(a, b);
_shadowPalette[b] = a;
if (!(_features & GF_16COLOR))
setDirtyColors(b, b);
} else {
error("room-color is no longer a valid command");