mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
playJournal fix and removed depcrecated command line options
This commit is contained in:
parent
4db84b34d0
commit
bba604a043
6 changed files with 2 additions and 34 deletions
|
|
@ -186,10 +186,8 @@ function displayHelp() {
|
|||
" <game_name> Works like the -game argument\n"@
|
||||
" -dir <dir_name> Add <dir_name> to list of directories\n"@
|
||||
" -console Open a separate console\n"@
|
||||
" -show <shape> Deprecated\n"@
|
||||
" -jSave <file_name> Record 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"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue