[Scummvm-cvs-logs] scummvm master -> d83764f05591ab552316fb6aa59ac92abc7c4680

djwillis John.Willis at Distant-earth.com
Tue Jul 24 11:15:26 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d83764f055 GPH: Fix accidental commit.


Commit: d83764f05591ab552316fb6aa59ac92abc7c4680
    https://github.com/scummvm/scummvm/commit/d83764f05591ab552316fb6aa59ac92abc7c4680
Author: David-John Willis (John.Willis at Distant-earth.com)
Date: 2012-07-24T02:12:54-07:00

Commit Message:
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.

Changed paths:
    backends/graphics/gph/gph-graphics.cpp



diff --git a/backends/graphics/gph/gph-graphics.cpp b/backends/graphics/gph/gph-graphics.cpp
index 5d4baef..8521e88 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 {






More information about the Scummvm-git-logs mailing list