[Scummvm-cvs-logs] SF.net SVN: scummvm: [21912] scummvm/trunk/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Apr 15 07:26:04 CEST 2006


Revision: 21912
Author:   kirben
Date:     2006-04-15 07:25:41 -0700 (Sat, 15 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21912&view=rev

Log Message:
-----------
Fix display of swap character logo in FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-04-15 13:58:01 UTC (rev 21911)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-04-15 14:25:41 UTC (rev 21912)
@@ -2764,9 +2764,10 @@
 
 	if (_updateScreen) {
 		if (getGameType() == GType_FF) {
-			if (getBitFlag(78) == false) {
+			if (!getBitFlag(78)) {
 				oracleLogo();
-			} else if (getBitFlag(76) == true) {
+			}
+			if (getBitFlag(76)) {
 				swapCharacterLogo();
 			}
 		}


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