Merge pull request #1453 from blackwc/playJournal-template-fix

playJournal fix and removed depcrecated command line options
This commit is contained in:
Areloch 2015-11-09 10:24:30 -06:00
commit 9d726bb9ed
6 changed files with 6 additions and 38 deletions

View file

@ -160,7 +160,7 @@ function defaultParseArgs()
$argUsed[$i]++;
if ($hasNextArg)
{
playJournal($nextArg,false);
playJournal($nextArg);
$argUsed[$i+1]++;
$i++;
}
@ -240,18 +240,6 @@ function defaultParseArgs()
else
error("Error: Missing Command Line argument. Usage: -vidCapHeight <ouput_video_height>");
//--------------------
case "-jDebug":
$argUsed[$i]++;
if ($hasNextArg)
{
playJournal($nextArg,true);
$argUsed[$i+1]++;
$i++;
}
else
error("Error: Missing Command Line argument. Usage: -jDebug <journal_name>");
//--------------------
case "-level":
$argUsed[$i]++;