Show
Ignore:
Timestamp:
09/02/10 00:11:04 (21 months ago)
Author:
Carsten
Message:

Fix for the bug reported at <http://www.cafu.de/forum/viewtopic.php?f=9&t=770&start=0>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Ca3DE/AppCafu.cpp

    r136 r146  
    373373    Parser.AddOption("clPlayerName",   "", "Player name ["+Options_DeathMatchPlayerName.GetValueString()+"].", wxCMD_LINE_VAL_STRING); 
    374374    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); 
    375376 
    376377    wxApp::OnInitCmdLine(Parser);