[Scummvm-cvs-logs] SF.net SVN: scummvm:[38648] scummvm/trunk/engines/sci/sfx/iterator.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Feb 21 00:31:00 CET 2009


Revision: 38648
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38648&view=rev
Author:   Kirben
Date:     2009-02-20 23:31:00 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Switch error back to warning, to fix SCI 1.1 regression.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/iterator.cpp

Modified: scummvm/trunk/engines/sci/sfx/iterator.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-02-20 23:28:25 UTC (rev 38647)
+++ scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-02-20 23:31:00 UTC (rev 38648)
@@ -243,7 +243,7 @@
 			channel->state = SI_STATE_DELTA_TIME;
 			channel->total_timepos = channel->loop_timepos;
 			channel->last_cmd = 0xfe;
-			error("Looping song iterator %08lx.\n", self->ID);
+			warning("Looping song iterator %08lx.", self->ID);
 			return SI_LOOP;
 		} else {
 			channel->state = SI_STATE_FINISHED;


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