[Scummvm-cvs-logs] SF.net SVN: scummvm:[33502] residual/trunk/engine/cmd_line.cpp
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Fri Aug 1 20:34:56 CEST 2008
Revision: 33502
http://scummvm.svn.sourceforge.net/scummvm/?rev=33502&view=rev
Author: aquadran
Date: 2008-08-01 18:34:54 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
added demos in config manager
Modified Paths:
--------------
residual/trunk/engine/cmd_line.cpp
Modified: residual/trunk/engine/cmd_line.cpp
===================================================================
--- residual/trunk/engine/cmd_line.cpp 2008-08-01 18:27:11 UTC (rev 33501)
+++ residual/trunk/engine/cmd_line.cpp 2008-08-01 18:34:54 UTC (rev 33502)
@@ -394,7 +394,9 @@
"-------------------- ------------------------------------------------------\n");
printf("%-20s %s\n", "grim", "Grim Fandando");
- //printf("%-20s %s\n"), "monkey", "Monkey Island 4");
+ printf("%-20s %s\n", "grimdemo", "Grim Fandando Demo");
+ //printf("%-20s %s\n"), "monkey", "Escape from Monkey Island");
+ //printf("%-20s %s\n"), "monkeydemo", "Escape from Monkey Island Demo");
}
bool processSettings(Common::String &command, Common::StringMap &settings) {
@@ -414,7 +416,8 @@
// domain (i.e. a target) matching this argument, or alternatively
// whether there is a gameid matching that name.
if (!command.empty()) {
- if (command.compareToIgnoreCase("grim")/* || command.compareToIgnoreCase("monkey")*/) {
+ if (command.compareToIgnoreCase("grim") || command.compareToIgnoreCase("grimdemo")
+ /* || command.compareToIgnoreCase("monkey") || command.compareToIgnoreCase("monkeydemo")*/) {
ConfMan.setActiveDomain(command);
} else {
usage("Unrecognized game target '%s'", command.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