Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1.

svn-id: r31233
This commit is contained in:
Travis Howell 2008-03-25 08:03:32 +00:00
parent 1bb41bf225
commit 48fac2f9dc
5 changed files with 74 additions and 9 deletions

View file

@ -259,7 +259,7 @@ void AGOSEngine::setTextColor(uint color) {
if (window->fill_color == 17)
color = 25;
else
color = 12;
color = 220;
}
window->text_color = color;