[Scummvm-cvs-logs] scummvm master -> 027e8b3367f248a20cd0fc94f07f29407267e00f

dreammaster dreammaster at scummvm.org
Sun Nov 17 00:02:34 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:
027e8b3367 TSAGE: R2R fix for Quinn moving from output to ARM ship


Commit: 027e8b3367f248a20cd0fc94f07f29407267e00f
    https://github.com/scummvm/scummvm/commit/027e8b3367f248a20cd0fc94f07f29407267e00f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-16T14:49:26-08:00

Commit Message:
TSAGE: R2R fix for Quinn moving from output to ARM ship

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes2.cpp b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
index 7bc2b1d..f23a345 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes2.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
@@ -4337,7 +4337,7 @@ void Scene2800::Action2::signal() {
 		R2_GLOBALS._player.animate(ANIM_MODE_1, NULL);
 		R2_GLOBALS._player.setObjectWrapper(new SceneObjectWrapper());
 
-		Common::Point pt(100, 64);
+		Common::Point pt(64, 100);
 		NpcMover *mover = new NpcMover();
 		R2_GLOBALS._player.addMover(mover, &pt, this);
 		break;






More information about the Scummvm-git-logs mailing list