[Scummvm-cvs-logs] scummvm master -> 16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12
Strangerke
arnaud.boutonne at gmail.com
Wed May 18 01:50:52 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:
16a0d8e7ad TSAGE: Fix bug in scene 2280 (when picking up left boots)
Commit: 16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12
https://github.com/scummvm/scummvm/commit/16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-17T16:49:53-07:00
Commit Message:
TSAGE: Fix bug in scene 2280 (when picking up left boots)
Changed paths:
engines/tsage/ringworld_scenes3.cpp
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 5ec21c5..9931d89 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -4221,7 +4221,7 @@ void Scene2280::Hotspot18::doAction(int action) {
/*--------------------------------------------------------------------------*/
Scene2280::Scene2280() :
- _hotspot3(0, CURSOR_LOOK, 2280, 30, CURSOR_USE, 31, 0, LIST_END),
+ _hotspot3(0, CURSOR_LOOK, 2280, 30, CURSOR_USE, 2280, 31, LIST_END),
_hotspot5(0, CURSOR_LOOK, 2280, 35, CURSOR_USE, 2280, 36, LIST_END),
_hotspot6(0, CURSOR_LOOK, 2280, 19, CURSOR_USE, 2280, 20, LIST_END),
_hotspot9(0, CURSOR_LOOK, 2280, 5, CURSOR_USE, 2280, 6, LIST_END),
More information about the Scummvm-git-logs
mailing list