Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7482 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc


Ignore:
Timestamp:
May 2, 2006, 11:08:45 PM (18 years ago)
Author:
patrick
Message:

orxonox: working on kill event processing (game rule specific)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r7466 r7482  
    325325  LoadParam(root, "Music", this, GameWorldData, setSoundTrack);
    326326
    327 
    328327  LoadParamXML(root, "GameRule", this, GameWorldData, loadGameRule);
    329328
     
    386385      this->gameRule = dynamic_cast<GameRules*>(created);
    387386      State::setGameRules(this->gameRule);
    388       // if there is a valid game rule loaded, break because it is not thought to load multiple game rules
     387      // if there is a valid game rule loaded, return because it is not thought to load multiple game rules
    389388      return;
    390389    }
Note: See TracChangeset for help on using the changeset viewer.