fix for ega palette
svn-id: r6964
This commit is contained in:
parent
8febecac27
commit
f1aa6daf00
1 changed files with 2 additions and 1 deletions
|
@ -1632,7 +1632,8 @@ void Scumm_v5::o5_roomOps() {
|
|||
// printf("copyPalColor(%d, %d)\n", a, b);
|
||||
// copyPalColor(a, b);
|
||||
_shadowPalette[b] = a;
|
||||
setDirtyColors(b, b);
|
||||
if (!(_features & GF_16COLOR))
|
||||
setDirtyColors(b, b);
|
||||
} else {
|
||||
error("room-color is no longer a valid command");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue