diff options
author | David-John Willis | 2012-07-24 10:12:54 +0100 |
---|---|---|
committer | David-John Willis | 2012-07-24 10:12:54 +0100 |
commit | d83764f05591ab552316fb6aa59ac92abc7c4680 (patch) | |
tree | 4b10c0a299712a5d64ad9a4d4b5f254b216224d4 | |
parent | b157269ff432c8ed08352683c1d6c7c4c246e429 (diff) | |
download | scummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.tar.gz scummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.tar.bz2 scummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.zip |
GPH: Fix accidental commit.
* I did not mean to commit any of the GPH backend with the OP stuff. Cleanup of this backend will follow later.
-rw-r--r-- | backends/graphics/gph/gph-graphics.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/graphics/gph/gph-graphics.cpp b/backends/graphics/gph/gph-graphics.cpp index 5d4baefc6e..8521e88eaf 100644 --- a/backends/graphics/gph/gph-graphics.cpp +++ b/backends/graphics/gph/gph-graphics.cpp @@ -36,8 +36,7 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { }; GPHGraphicsManager::GPHGraphicsManager(SdlEventSource *sdlEventSource) - : SurfaceSdlGraphicsManager(sdlEventSource), - _cursorDontScale(true) { + : SurfaceSdlGraphicsManager(sdlEventSource) { } const OSystem::GraphicsMode *GPHGraphicsManager::getSupportedGraphicsModes() const { |