[Scummvm-cvs-logs] SF.net SVN: scummvm:[52160] scummvm/trunk/engines/gob

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Aug 17 18:27:56 CEST 2010


Revision: 52160
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52160&view=rev
Author:   strangerke
Date:     2010-08-17 16:27:56 +0000 (Tue, 17 Aug 2010)

Log Message:
-----------
Fascination - Suppress some debug messages

Modified Paths:
--------------
    scummvm/trunk/engines/gob/hotspots.cpp
    scummvm/trunk/engines/gob/inter_fascin.cpp

Modified: scummvm/trunk/engines/gob/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/gob/hotspots.cpp	2010-08-17 16:02:46 UTC (rev 52159)
+++ scummvm/trunk/engines/gob/hotspots.cpp	2010-08-17 16:27:56 UTC (rev 52160)
@@ -1232,7 +1232,6 @@
 		height  = _vm->_game->_script->readUint16();
 	}
 	if (_vm->_draw->_renderFlags & 64) {
-		warning("_renderFlags check added for Fascination");
 		_vm->_draw->_invalidatedTops[0] = 0;
 		_vm->_draw->_invalidatedLefts[0] = 0;
 		_vm->_draw->_invalidatedRights[0] = 319;

Modified: scummvm/trunk/engines/gob/inter_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_fascin.cpp	2010-08-17 16:02:46 UTC (rev 52159)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp	2010-08-17 16:27:56 UTC (rev 52160)
@@ -129,8 +129,6 @@
 }
 
 void Inter_Fascination::oFascin_playTirb(OpGobParams &params) {
-	warning("funcPlayImd with parameter : 'tirb.imd'");
-
 	VideoPlayer::Properties vidProps;
 
 	vidProps.type   = VideoPlayer::kVideoTypePreIMD;
@@ -149,8 +147,6 @@
 }
 
 void Inter_Fascination::oFascin_playTira(OpGobParams &params) {
-	warning("funcPlayImd with parameter : 'tira.imd'");
-
 	VideoPlayer::Properties vidProps;
 
 	vidProps.type   = VideoPlayer::kVideoTypePreIMD;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list