Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 27, 2006, 12:52:35 AM (18 years ago)
Author:
patrick
Message:

orxonox: working on mission goals and mission manager

File:
1 edited

Legend:

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

    r7370 r7391  
    379379  while( element != NULL)
    380380  {
     381    PRINTF(4)("============ GameRules ==");
    381382    PRINTF(4)("creating %s\n", element->Value());
    382383    BaseObject* created = Factory::fabricate(element);
Note: See TracChangeset for help on using the changeset viewer.