[Scummvm-cvs-logs] SF.net SVN: scummvm: [30278] scummvm/branches/branch-0-11-0/engines/scumm/ script_v5.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jan 6 00:56:16 CET 2008


Revision: 30278
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30278&view=rev
Author:   eriktorbjorn
Date:     2008-01-05 15:56:16 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Removed unnecessary newline in debug message.

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/scumm/script_v5.cpp

Modified: scummvm/branches/branch-0-11-0/engines/scumm/script_v5.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/scumm/script_v5.cpp	2008-01-05 23:53:28 UTC (rev 30277)
+++ scummvm/branches/branch-0-11-0/engines/scumm/script_v5.cpp	2008-01-05 23:56:16 UTC (rev 30278)
@@ -2279,7 +2279,7 @@
 	// Woodtick music often resumes before Largo's theme has finished. As
 	// far as I can tell, this is a script bug.
 	if (_game.id == GID_MONKEY2 && sound == 110 && _sound->isSoundRunning(151)) {
-		debug(1, "Delaying Woodtick music until Largo's theme has finished\n");
+		debug(1, "Delaying Woodtick music until Largo's theme has finished");
 		_scriptPointer = oldaddr;
 		o5_breakHere();
 		return;


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