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

Strangerke arnaud.boutonne at gmail.com
Tue Apr 26 08:22:09 CEST 2011


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:
b06f81b4bc TSAGE: Fix a tiny bug in the initialization of scene 5000


Commit: b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4
    https://github.com/scummvm/scummvm/commit/b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-25T23:21:18-07:00

Commit Message:
TSAGE: Fix a tiny bug in the initialization of scene 5000

Changed paths:
    engines/tsage/ringworld_scenes6.cpp



diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp
index 54ae7ea..2c9670d 100644
--- a/engines/tsage/ringworld_scenes6.cpp
+++ b/engines/tsage/ringworld_scenes6.cpp
@@ -512,7 +512,7 @@ void Scene5000::postInit(SceneObjectList *OwnerList) {
 	_hotspot13.setBounds(Rect(0, 164, 135, 200));
 	_hotspot14.setBounds(Rect(0, 0, 105, 140));
 	_hotspot15.setBounds(Rect(266, 70, 291, 85));
-	_hotspot16.setBounds(Rect(0, 86, 3219, 200));
+	_hotspot16.setBounds(Rect(0, 86, 319, 200));
 	_hotspot12.setBounds(Rect(230, 143, 244, 150));
 
 	_globals->_sceneItems.addItems(&_hotspot9, &_hotspot10, &_hotspot11, &_hotspot8, &_hotspot13,






More information about the Scummvm-git-logs mailing list