renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR
svn-id: r41696
This commit is contained in:
parent
8b6ed92376
commit
f7dd1c15ed
19 changed files with 52 additions and 54 deletions
|
@ -196,7 +196,7 @@ OSystem_SDL::OSystem_SDL()
|
|||
_osdSurface(0), _osdAlpha(SDL_ALPHA_TRANSPARENT), _osdFadeStartTime(0),
|
||||
#endif
|
||||
_hwscreen(0), _screen(0), _tmpscreen(0),
|
||||
#ifdef ENABLE_16BIT
|
||||
#ifdef ENABLE_RGB_COLOR
|
||||
_screenFormat(Graphics::PixelFormat::createFormatCLUT8()),
|
||||
_cursorFormat(Graphics::PixelFormat::createFormatCLUT8()),
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue