|
@@ -57,7 +57,7 @@ $displayHelp = false;
|
|
|
|
|
|
// Use these to record and play back crashes
|
|
// Use these to record and play back crashes
|
|
//saveJournal("editorOnFileQuitCrash.jrn");
|
|
//saveJournal("editorOnFileQuitCrash.jrn");
|
|
-//playJournal("editorOnFileQuitCrash.jrn", false);
|
|
|
|
|
|
+//playJournal("editorOnFileQuitCrash.jrn");
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
//------------------------------------------------------------------------------
|
|
// Check if a script file exists, compiled or not.
|
|
// Check if a script file exists, compiled or not.
|
|
@@ -186,10 +186,8 @@ function displayHelp() {
|
|
" <game_name> Works like the -game argument\n"@
|
|
" <game_name> Works like the -game argument\n"@
|
|
" -dir <dir_name> Add <dir_name> to list of directories\n"@
|
|
" -dir <dir_name> Add <dir_name> to list of directories\n"@
|
|
" -console Open a separate console\n"@
|
|
" -console Open a separate console\n"@
|
|
- " -show <shape> Deprecated\n"@
|
|
|
|
" -jSave <file_name> Record a journal\n"@
|
|
" -jSave <file_name> Record a journal\n"@
|
|
" -jPlay <file_name> Play back a journal\n"@
|
|
" -jPlay <file_name> Play back a journal\n"@
|
|
- " -jDebug <file_name> Play back a journal and issue an int3 at the end\n"@
|
|
|
|
" -help Display this help message\n"
|
|
" -help Display this help message\n"
|
|
);
|
|
);
|
|
}
|
|
}
|