Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 30, 2009, 8:42:45 PM (15 years ago)
Author:
rgrieder
Message:

Added comma operator in the GameState hierarchy parser: Use "standalone,client,server" and the whole underlaying tree will be used for all three states. See Main.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/Main.cc

    r5695 r5843  
    3131@file
    3232@brief
    33     The main function of Orxonox.
     33    The main function of Orxonox (but not the entry point of the program!)
    3434*/
    3535
    3636#include "OrxonoxPrereqs.h"
    37 #include "SpecialConfig.h"
    3837
    39 #include "util/Exception.h"
    4038#include "core/CommandLine.h"
    4139#include "core/Game.h"
     
    5755    /**
    5856    @brief
    59         Main method. Game starts here (except for static initialisations).
     57        Starting point of orxonox (however not the entry point of the program!)
    6058    */
    6159    int main(const std::string& strCmdLine)
     
    6765        " graphics"
    6866        "  mainMenu"
    69         "  standalone"
    70         "   level"
    71         "  server"
    72         "   level"
    73         "  client"
     67        "  standalone,server,client"
    7468        "   level"
    7569        " dedicated"
Note: See TracChangeset for help on using the changeset viewer.