Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2009, 12:28:59 PM (14 years ago)
Author:
rgrieder
Message:

Renamed CommandLine to CommandLineParse to avoid confusions with the class name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/LevelManager.cc

    r5929 r6021  
    3232#include <OgreResourceGroupManager.h>
    3333
    34 #include "core/CommandLine.h"
     34#include "core/CommandLineParser.h"
    3535#include "core/ConfigValueIncludes.h"
    3636#include "core/CoreIncludes.h"
     
    5353
    5454        // check override
    55         if (!CommandLine::getArgument("level")->hasDefaultValue())
     55        if (!CommandLineParser::getArgument("level")->hasDefaultValue())
    5656        {
    57             ModifyConfigValue(defaultLevelName_, tset, CommandLine::getValue("level").getString());
     57            ModifyConfigValue(defaultLevelName_, tset, CommandLineParser::getValue("level").getString());
    5858        }
    5959    }
Note: See TracChangeset for help on using the changeset viewer.