Changed --play option to --playmov for clarity.
This commit is contained in:
parent
cb9117cdf6
commit
15ddb5f242
|
@ -182,7 +182,7 @@ InitConfig()
|
|||
config->addOption('i', "inputcfg", "SDL.InputCfg", InputCfg);
|
||||
|
||||
// video playback
|
||||
config->addOption('z', "play", "SDL.Movie", "");
|
||||
config->addOption('z', "playmov", "SDL.Movie", "");
|
||||
|
||||
// GamePad 0 - 3
|
||||
for(unsigned int i = 0; i < GAMEPAD_NUM_DEVICES; i++) {
|
||||
|
|
|
@ -93,7 +93,7 @@ char *DriverUsage=
|
|||
--pass s, -w s Sets password to use for connecting to the server.\n\
|
||||
--netkey s, -k s Uses key 's' to create a unique session for the game loaded.\n\
|
||||
--players x, -l x Sets the number of local players.\n\
|
||||
--play f Plays back a recorded movie from filename f.\n";
|
||||
--playmov f Plays back a recorded movie from filename f.\n";
|
||||
|
||||
|
||||
// global configuration object
|
||||
|
|
Loading…
Reference in New Issue