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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Apr 27 22:47:06 CEST 2010


Revision: 48819
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48819&view=rev
Author:   strangerke
Date:     2010-04-27 20:47:06 +0000 (Tue, 27 Apr 2010)

Log Message:
-----------
Fix warning using GCC 4.5

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_playtoons.cpp

Modified: scummvm/trunk/engines/gob/inter_playtoons.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_playtoons.cpp	2010-04-27 20:18:10 UTC (rev 48818)
+++ scummvm/trunk/engines/gob/inter_playtoons.cpp	2010-04-27 20:47:06 UTC (rev 48819)
@@ -193,8 +193,7 @@
 	_vm->_draw->_destSpriteX = _vm->_game->_script->readValExpr();
 	_vm->_draw->_destSpriteY = _vm->_game->_script->readValExpr();
 
-//	_expression->printExpr(99);
-	_vm->_game->_script->readExpr(99, false);
+	_vm->_game->_script->readExpr(99, 0);
 
 	//unk_var is always set to 0 in Playtoons
 	_vm->_draw->_frontColor = _vm->_game->_script->getResultInt() & 0xFFFF; // + unk_var;


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