[Scummvm-cvs-logs] scummvm master -> 144e4d0ff1d5f52d6f08cbe39d341fc7ff6db055

Strangerke Strangerke at scummvm.org
Wed Jan 29 23:11:13 CET 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:
144e4d0ff1 TSAGE: R2R - Fix level animation in dish control panel


Commit: 144e4d0ff1d5f52d6f08cbe39d341fc7ff6db055
    https://github.com/scummvm/scummvm/commit/144e4d0ff1d5f52d6f08cbe39d341fc7ff6db055
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-01-29T14:09:59-08:00

Commit Message:
TSAGE: R2R - Fix level animation in dish control panel

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 50341e3..1e6a5c2 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -7439,7 +7439,7 @@ void Scene1550::DishControlsWindow::setup2(int visage, int stripFrameNum, int fr
 	if (scene->_dish._frame == 1)
 		_lever.setup(1559, 2, 1);
 	else
-		_lever.setup(1559, 2, 2);
+		_lever.setup(1559, 2, 5);
 	_lever.setPosition(Common::Point(156, 103));
 	_lever.fixPriority(251);
 	_lever.setDetails(1550, 69, -1, -1, 2, (SceneItem *) NULL);






More information about the Scummvm-git-logs mailing list