[Scummvm-cvs-logs] scummvm master -> 17bc3162b96e1acae56596a8472ec8dc8f9599ca

Strangerke Strangerke at scummvm.org
Thu Nov 7 07:37:02 CET 2013


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:
17bc3162b9 TSAGE: R2R - Fix bug introduced in 114b3df91e011a75862e3e25748e5558d1dc3049


Commit: 17bc3162b96e1acae56596a8472ec8dc8f9599ca
    https://github.com/scummvm/scummvm/commit/17bc3162b96e1acae56596a8472ec8dc8f9599ca
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-06T22:36:13-08:00

Commit Message:
TSAGE: R2R - Fix bug introduced in 114b3df91e011a75862e3e25748e5558d1dc3049

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index 17db730..addf83c 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -9955,7 +9955,6 @@ void Scene1580::postInit(SceneObjectList *OwnerList) {
 		_screenDisplay.setup(1580, 3, 1);
 		_screenDisplay.setPosition(Common::Point(124, 109));
 		_screenDisplay.fixPriority(20);
-		_screenDisplay.setZoom(200);
 
 		_sceneMode = 10;
 	} else {






More information about the Scummvm-git-logs mailing list