[Scummvm-cvs-logs] scummvm master -> 72234834fe75b9456a7f385d463e42ef1545f3cd

Strangerke Strangerke at scummvm.org
Wed Jan 29 01:12:10 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:
72234834fe TSAGE: R2R - Fix bug #6508 - Dish status not set properly


Commit: 72234834fe75b9456a7f385d463e42ef1545f3cd
    https://github.com/scummvm/scummvm/commit/72234834fe75b9456a7f385d463e42ef1545f3cd
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-01-28T16:10:59-08:00

Commit Message:
TSAGE: R2R - Fix bug #6508 - Dish status not set properly

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 075420a..50341e3 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -7773,7 +7773,7 @@ void Scene1550::signal() {
 		_dishControlsWindow.remove();
 		_sceneMode = 20;
 		setAction(&_sequenceManager1, this, 1566, &_dish, &_dishTowerShadow, NULL);
-		R2_GLOBALS.setFlag(21);
+		R2_GLOBALS.setFlag(19);
 		break;
 	case 24:
 		_dishControlsWindow.remove();
@@ -8699,7 +8699,7 @@ void Scene1550::enterArea() {
 				warning("missing for loop, to be implemented");
 				warning("gfx_draw_slice");
 			}
-			warning("Missing sub2957D()");
+			warning("gfx_flip_screen()");
 			warning("gfx_set_pane_p()");
 #endif
 			R2_GLOBALS._sceneManager._fadeMode = FADEMODE_IMMEDIATE;






More information about the Scummvm-git-logs mailing list