[Scummvm-cvs-logs] SF.net SVN: scummvm: [31313] scummvm/trunk/engines/kyra/screen.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Mar 30 03:35:12 CEST 2008


Revision: 31313
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31313&view=rev
Author:   lordhoto
Date:     2008-03-29 18:35:12 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/screen.cpp

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2008-03-30 01:26:51 UTC (rev 31312)
+++ scummvm/trunk/engines/kyra/screen.cpp	2008-03-30 01:35:12 UTC (rev 31313)
@@ -1193,8 +1193,8 @@
 		_dsScaleH = 0x100;
 	}
 
-	if (flags & 0x2000 && _vm->gameFlags().gameID == GI_KYRA2) {
-		/*int UNK = */va_arg(args, int);
+	if ((flags & 0x2000) && _vm->gameFlags().gameID == GI_KYRA2) {
+		va_arg(args, int);
 	}
 
 	static const DsMarginSkipFunc dsMarginFunc[] = {


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