SCI/newgui: fix that caused floodfill to fail
svn-id: r44736
This commit is contained in:
parent
cb31d302b9
commit
de3d1cfdaf
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void SciGuiPicture::drawVectorData(byte *data, int dataSize) {
|
||||||
case PIC_OP_SET_PRIORITY:
|
case PIC_OP_SET_PRIORITY:
|
||||||
pic_priority = data[curPos++];
|
pic_priority = data[curPos++];
|
||||||
if (isEGA) {
|
if (isEGA) {
|
||||||
pic_priority = EGApriority[pic_color];
|
pic_priority = EGApriority[pic_priority];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case PIC_OP_DISABLE_PRIORITY:
|
case PIC_OP_DISABLE_PRIORITY:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue