mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
SCI: dont fix line color for amiga 32 color
svn-id: r47561
This commit is contained in:
parent
ba7eb79074
commit
fd5e26806e
@ -234,7 +234,7 @@ reg_t kGraph(EngineState *s, int argc, reg_t *argv) {
|
||||
color = argv[5].toSint16();
|
||||
|
||||
// TODO: Find out why we get >15 for color in EGA
|
||||
if (!s->resMan->isVGA())
|
||||
if (!s->resMan->isVGA() && !s->resMan->isAmiga32color())
|
||||
color &= 0x0F;
|
||||
|
||||
s->_gui->graphDrawLine(Common::Point(x, y), Common::Point(x1, y1), color, priority, control);
|
||||
|
Loading…
x
Reference in New Issue
Block a user