Fixed warning when compiling with DISABLE_SCALERS

svn-id: r20786
This commit is contained in:
Torbjörn Andersson 2006-02-20 14:12:59 +00:00
parent 549eb83986
commit d2cf43d6fa

View file

@ -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;