Fixed warning when compiling with DISABLE_SCALERS
svn-id: r20786
This commit is contained in:
parent
549eb83986
commit
d2cf43d6fa
1 changed files with 2 additions and 0 deletions
|
@ -71,7 +71,9 @@ static const int s_gfxModeSwitchTable[][4] = {
|
|||
{ GFX_NORMAL, GFX_DOTMATRIX, -1, -1 }
|
||||
};
|
||||
|
||||
#ifndef DISABLE_SCALERS
|
||||
static int cursorStretch200To240(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY);
|
||||
#endif
|
||||
|
||||
const OSystem::GraphicsMode *OSystem_SDL::getSupportedGraphicsModes() const {
|
||||
return s_supportedGraphicsModes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue