[Scummvm-cvs-logs] scummvm master -> 3eae62378d6e65219d0813c8badde53679d49ef7

dreammaster dreammaster at scummvm.org
Wed Jul 2 04:16:28 CEST 2014


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:
3eae62378d TSAGE: Fix incorrect scene item resource in Ringworld 1


Commit: 3eae62378d6e65219d0813c8badde53679d49ef7
    https://github.com/scummvm/scummvm/commit/3eae62378d6e65219d0813c8badde53679d49ef7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-07-01T22:15:36-04:00

Commit Message:
TSAGE: Fix incorrect scene item resource in Ringworld 1

Changed paths:
    engines/tsage/ringworld/ringworld_scenes10.cpp



diff --git a/engines/tsage/ringworld/ringworld_scenes10.cpp b/engines/tsage/ringworld/ringworld_scenes10.cpp
index c4874c0..99c9532 100644
--- a/engines/tsage/ringworld/ringworld_scenes10.cpp
+++ b/engines/tsage/ringworld/ringworld_scenes10.cpp
@@ -1004,7 +1004,7 @@ void Scene9450::postInit(SceneObjectList *OwnerList) {
 	_hotspot8.setDetails(110, 0, 199, 117, 9450, 7, 8);
 	_hotspot9.setDetails(101, 104, 130, 174, 9450, 9, 10);
 	_hotspot10.setDetails(110, 246, 149, 319, 9450, 11, 12);
-	_hotspot11.setDetails(16, 34, 74, 62, 6450, 13, 14);
+	_hotspot11.setDetails(16, 34, 74, 62, 9450, 13, 14);
 	_hotspot12.setDetails(19, 108, 72, 134, 9450, 15, 16);
 	_hotspot13.setDetails(18, 215, 71, 237, 9450, 17, 18);
 	_hotspot14.setDetails(15, 288, 76, 314, 9450, 19, 20);






More information about the Scummvm-git-logs mailing list