SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the screen palette at all, but actually the current sysPalette which does not need to be active at all times
svn-id: r44669
This commit is contained in:
parent
2a06f34181
commit
ec43c30503
2 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ void SciGuiGfx::setScreenPalette(GuiPalette*pal) {
|
|||
_system->setPalette(bpal, 0, 256);
|
||||
}
|
||||
|
||||
void SciGuiGfx::getScreenPalette(GuiPalette*pal) {
|
||||
void SciGuiGfx::getSysPalette(GuiPalette*pal) {
|
||||
if (pal != &_sysPalette)
|
||||
memcpy(pal, &_sysPalette,sizeof(GuiPalette));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue