Changed --play option to --playmov for clarity.

This commit is contained in:
punkrockguy318 2008-08-02 22:41:49 +00:00
parent cb9117cdf6
commit 15ddb5f242
2 changed files with 2 additions and 2 deletions

View File

@ -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++) {

View File

@ -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