[Scummvm-cvs-logs] SF.net SVN: scummvm: [26271] scummvm/trunk/engines/agi/cycle.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Mar 21 22:38:54 CET 2007


Revision: 26271
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26271&view=rev
Author:   mthreepwood
Date:     2007-03-21 14:38:53 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
adding debug message if running AGIPAL game

Modified Paths:
--------------
    scummvm/trunk/engines/agi/cycle.cpp

Modified: scummvm/trunk/engines/agi/cycle.cpp
===================================================================
--- scummvm/trunk/engines/agi/cycle.cpp	2007-03-21 20:13:40 UTC (rev 26270)
+++ scummvm/trunk/engines/agi/cycle.cpp	2007-03-21 21:38:53 UTC (rev 26271)
@@ -305,6 +305,9 @@
 	if (getFeatures() & GF_AGIMOUSE)
 		report("Using AGI Mouse 1.0 protocol\n");
 
+	if (getFeatures() & GF_AGIPAL)
+		debug(1, "Running AGIPAL game");
+
 	report("Running AGI script.\n");
 
 	setflag(fEnteredCli, false);


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