Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7035 in orxonox.OLD for trunk/src/util/multiplayer_team_deathmatch.h


Ignore:
Timestamp:
Feb 5, 2006, 11:26:21 PM (19 years ago)
Author:
patrick
Message:

trunk: game rules loading problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/multiplayer_team_deathmatch.h

    r7034 r7035  
    11
    22/*!
    3  * @file game_rules.h
     3 * @file multiplayer_team_deathmatch.h
    44 * Defines game rules for this game
    55 */
     
    2020
    2121  public:
    22     MultiplayerTeamDeathmatch(const TiXmlElement root);
     22    MultiplayerTeamDeathmatch(const TiXmlElement* root = NULL);
    2323    virtual ~MultiplayerTeamDeathmatch();
    2424
     
    3535
    3636  protected:
    37     virtual void checkMultiplayerTeamDeathmatch();
     37    virtual void checkGameRules();
    3838};
    3939
Note: See TracChangeset for help on using the changeset viewer.