SCI: changing white to be 255 for amiga all the time (works for our interpreter) - fixes mouse cursor on amiga sci1 games
svn-id: r47522
This commit is contained in:
parent
029154ab3a
commit
2ef7848586
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Screen::Screen(ResourceManager *resMan, int16 width, int16 height, bool upscaled
|
|||
_picNotValidSci11 = 0;
|
||||
_unditherState = true;
|
||||
|
||||
if (_resMan->isVGA()) {
|
||||
if (_resMan->isVGA() || (_resMan->getViewType() == kViewAmiga)) {
|
||||
_colorWhite = 255;
|
||||
if (getSciVersion() >= SCI_VERSION_1_1)
|
||||
_colorDefaultVectorData = 255;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue