[Scummvm-cvs-logs] SF.net SVN: scummvm: [23543] scummvm/trunk/engines/sword2/animation.cpp

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Fri Jul 21 13:04:35 CEST 2006


Revision: 23543
Author:   vinterstum
Date:     2006-07-21 04:04:21 -0700 (Fri, 21 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23543&view=rev

Log Message:
-----------
Removing redundant paranthesis

Modified Paths:
--------------
    scummvm/trunk/engines/sword2/animation.cpp
Modified: scummvm/trunk/engines/sword2/animation.cpp
===================================================================
--- scummvm/trunk/engines/sword2/animation.cpp	2006-07-21 10:59:55 UTC (rev 23542)
+++ scummvm/trunk/engines/sword2/animation.cpp	2006-07-21 11:04:21 UTC (rev 23543)
@@ -715,7 +715,7 @@
 #if defined(USE_MPEG2) || defined(USE_ZLIB)
 		byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or visit www.scummvm.org to download cutscene videos";
 #else
-		byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or recompile ScummVM with MPEG2 or ZLib support");
+		byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or recompile ScummVM with MPEG2 or ZLib support";
 #endif
 
 		byte *msg;


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