[Scummvm-cvs-logs] SF.net SVN: scummvm: [27583] scummvm/trunk/engines/agos/vga_ff.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Thu Jun 21 09:34:55 CEST 2007


Revision: 27583
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27583&view=rev
Author:   Kirben
Date:     2007-06-21 00:34:54 -0700 (Thu, 21 Jun 2007)

Log Message:
-----------
Revert debug output.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/vga_ff.cpp

Modified: scummvm/trunk/engines/agos/vga_ff.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga_ff.cpp	2007-06-21 07:34:06 UTC (rev 27582)
+++ scummvm/trunk/engines/agos/vga_ff.cpp	2007-06-21 07:34:54 UTC (rev 27583)
@@ -256,17 +256,11 @@
 }
 
 void AGOSEngine::checkScrollY(int16 y, int16 ypos) {
-	printf("checkScrollY: y %d ypos %d\n", y, ypos);
-
-	if (_scrollYMax == 0) {
-		printf("No y Max\n");
+	if (_scrollYMax == 0)
 		return;
-	}
 
-	if (getGameType() == GType_FF && getBitFlag(80)) {
-		printf("BitFlag 80 set\n");
+	if (getGameType() == GType_FF && getBitFlag(80))
 		return;
-	}
 
 	int16 tmp;
 	if (y >= 0) {


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