[Scummvm-cvs-logs] scummvm master -> 842021e198585b028ada343b3ae89a9a3be43492

Strangerke Strangerke at scummvm.org
Wed Nov 13 23:55:27 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:
842021e198 TSAGE: R2R - comment out some noisy warnings


Commit: 842021e198585b028ada343b3ae89a9a3be43492
    https://github.com/scummvm/scummvm/commit/842021e198585b028ada343b3ae89a9a3be43492
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-13T14:54:20-08:00

Commit Message:
TSAGE: R2R - comment out some noisy warnings

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 142ebbe..d1858a3 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -8795,6 +8795,7 @@ void Scene1550::enterArea() {
 		}
 
 		if (R2_GLOBALS._sceneManager._sceneNumber == 1550){
+#if 0
 			warning("Mouse_hideIfNeeded()");
 			warning("gfx_set_pane_p");
 			for (int i = 3; i != 168; ++i) {
@@ -8804,6 +8805,7 @@ void Scene1550::enterArea() {
 			}
 			warning("Missing sub2957D()");
 			warning("gfx_set_pane_p()");
+#endif
 			R2_GLOBALS._sceneManager._fadeMode = FADEMODE_IMMEDIATE;
 
 			if (varA == 0) {
@@ -8819,7 +8821,7 @@ void Scene1550::enterArea() {
 			if (R2_GLOBALS._sceneManager._hasPalette)
 				_sceneResourceId = varA;
 
-			warning("sub_2C429()");
+//			warning("sub_2C429()");
 		}
 	}
 






More information about the Scummvm-git-logs mailing list