[Scummvm-cvs-logs] scummvm master -> 46348e7b9016ab7883dcb2ae45a587b9847b5118

Strangerke Strangerke at scummvm.org
Fri Nov 9 23:32:13 CET 2012


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:
46348e7b90 TSAGE: R2R - Cleanup Scene50::process()


Commit: 46348e7b9016ab7883dcb2ae45a587b9847b5118
    https://github.com/scummvm/scummvm/commit/46348e7b9016ab7883dcb2ae45a587b9847b5118
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-11-09T14:31:14-08:00

Commit Message:
TSAGE: R2R - Cleanup Scene50::process()

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index 76e5abd..3b7d283 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -63,12 +63,8 @@ void Scene50::postInit(SceneObjectList *OwnerList) {
 void Scene50::process(Event &event) {
 	if ((event.eventType != EVENT_BUTTON_DOWN) && (event.eventType != EVENT_KEYPRESS) && (event.eventType == EVENT_UNK27)) {
 		event.handled = true;
-		warning("TODO: incomplete Scene50::process()");
-		// CursorType _oldCursorId = _cursorId;
 		g_globals->_events.setCursor(CURSOR_ARROW);
-		// _cursorManager.sub_1D474(2, 0);
-		// sub_5566A(1);
-		// _cursorManager._fieldE = _oldCursorId;
+		HelpDialog::show();
 		R2_GLOBALS._sceneManager.changeScene(100);
 	}
 }






More information about the Scummvm-git-logs mailing list