renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
svn-id: r13087
This commit is contained in:
parent
56102a1d02
commit
c6752cccf5
57 changed files with 401 additions and 392 deletions
|
@ -911,7 +911,7 @@ void ScummEngine::updatePalette() {
|
|||
}
|
||||
}
|
||||
|
||||
_system->set_palette(palette_colors, first, num);
|
||||
_system->setPalette(palette_colors, first, num);
|
||||
|
||||
_palDirtyMax = -1;
|
||||
_palDirtyMin = 256;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue