[Scummvm-cvs-logs] SF.net SVN: scummvm: [26249] scummvm/trunk/engines/parallaction/dialogue. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Mar 19 23:30:55 CET 2007


Revision: 26249
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26249&view=rev
Author:   peres001
Date:     2007-03-19 15:30:54 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
fixed bug from first decompile

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2007-03-19 22:30:28 UTC (rev 26248)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2007-03-19 22:30:54 UTC (rev 26249)
@@ -410,7 +410,7 @@
 
 	_vm->_gfx->copyScreen(Gfx::kBitBack, Gfx::kBitFront);
 
-	if (scumm_stricmp(data->_name, "yourself") || data->_name[0] == '\0') {
+	if (scumm_stricmp(data->_name, "yourself") && data->_name[0] != '\0') {
 		_vm->_gfx->freeCnv(v6E);
 		delete v6E;
 	}


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