[Scummvm-cvs-logs] SF.net SVN: scummvm:[53383] scummvm/trunk/engines/sword25/sword25.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 02:04:04 CEST 2010


Revision: 53383
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53383&view=rev
Author:   sev
Date:     2010-10-13 00:04:04 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
SWORD25: Fix startup

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/sword25.cpp

Modified: scummvm/trunk/engines/sword25/sword25.cpp
===================================================================
--- scummvm/trunk/engines/sword25/sword25.cpp	2010-10-13 00:03:47 UTC (rev 53382)
+++ scummvm/trunk/engines/sword25/sword25.cpp	2010-10-13 00:04:04 UTC (rev 53383)
@@ -121,6 +121,9 @@
 		return Common::kUnknownError;
 	}
 
+	Common::StringArray commandParameters;
+	scriptPtr->SetCommandLine(commandParameters);
+
 	return Common::kNoError;
 }
 


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