Inline palettes in SDL backend into class OSystem_SDL
svn-id: r49383
This commit is contained in:
parent
a6efbf8880
commit
93867d567f
2 changed files with 5 additions and 9 deletions
|
@ -422,11 +422,11 @@ protected:
|
|||
int _newShakePos;
|
||||
|
||||
// Palette data
|
||||
SDL_Color *_currentPalette;
|
||||
SDL_Color _currentPalette[256];
|
||||
uint _paletteDirtyStart, _paletteDirtyEnd;
|
||||
|
||||
// Cursor palette data
|
||||
SDL_Color *_cursorPalette;
|
||||
SDL_Color _cursorPalette[256];
|
||||
|
||||
/**
|
||||
* Mutex which prevents multiple threads from interfering with each other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue