[Scummvm-cvs-logs] SF.net SVN: scummvm: [24516] scummvm/trunk/engines/scumm/he/logic_he.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Oct 26 01:48:51 CEST 2006


Revision: 24516
          http://svn.sourceforge.net/scummvm/?rev=24516&view=rev
Author:   kirben
Date:     2006-10-25 16:48:47 -0700 (Wed, 25 Oct 2006)

Log Message:
-----------
Switch error to warning, since code is compatbile with football2002 too

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/logic_he.cpp

Modified: scummvm/trunk/engines/scumm/he/logic_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/logic_he.cpp	2006-10-25 23:25:19 UTC (rev 24515)
+++ scummvm/trunk/engines/scumm/he/logic_he.cpp	2006-10-25 23:48:47 UTC (rev 24516)
@@ -549,6 +549,7 @@
 
 /***********************
  * Backyard Football
+ * Backyard Football 2002
  * Backyard Football Demo
  *
  */
@@ -623,7 +624,7 @@
 
 	default:
 		LogicHE::dispatch(op, numArgs, args);
-		error("Tell sev how to reproduce it");
+		warning("Tell sev how to reproduce it (%d)", op);
 	}
 
 	return res;
@@ -802,7 +803,7 @@
 	default:
 		// original range is 1001 - 1021
 		LogicHE::dispatch(op, numArgs, args);
-		warning("Tell sev how to reproduce it");
+		warning("Tell sev how to reproduce it (%d)", op);
 	}
 
 	return res;


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