Changeset 146 for cafu/trunk/Ca3DE/AppCafu.cpp
- Timestamp:
- 09/02/10 00:11:04 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Ca3DE/AppCafu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Ca3DE/AppCafu.cpp
r136 r146 373 373 Parser.AddOption("clPlayerName", "", "Player name ["+Options_DeathMatchPlayerName.GetValueString()+"].", wxCMD_LINE_VAL_STRING); 374 374 Parser.AddOption("clModelName", "", "Name of the players model ["+Options_DeathMatchModelName.GetValueString()+"].", wxCMD_LINE_VAL_STRING); 375 Parser.AddParam("worldname", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL); 375 376 376 377 wxApp::OnInitCmdLine(Parser);
