[Scummvm-cvs-logs] SF.net SVN: scummvm:[42436] scummvm/trunk/engines/scumm/script_v5.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Mon Jul 13 16:46:14 CEST 2009


Revision: 42436
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42436&view=rev
Author:   wjpalenstijn
Date:     2009-07-13 14:46:14 +0000 (Mon, 13 Jul 2009)

Log Message:
-----------
Add one more type of IQ-points filename (for bug #2820803)

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v5.cpp

Modified: scummvm/trunk/engines/scumm/script_v5.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v5.cpp	2009-07-13 14:37:52 UTC (rev 42435)
+++ scummvm/trunk/engines/scumm/script_v5.cpp	2009-07-13 14:46:14 UTC (rev 42436)
@@ -1750,7 +1750,7 @@
 			while ((chr = fetchScriptByte()))
 				filename += chr;
 
-			if (filename.hasPrefix("iq-") || filename.hasPrefix("IQ-") || filename.hasSuffix("-iq")) {
+			if (filename.hasPrefix("iq-") || filename.hasPrefix("IQ-") || filename.hasSuffix("-iq") || filename.hasSuffix("-IQ")) {
 				filename = _targetName + ".iq";
 			} else {
 				error("SO_SAVE_STRING: Unsupported filename %s", filename.c_str());


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