Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7677 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
May 18, 2006, 12:42:31 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: POD's

File:
1 edited

Legend:

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

    r7460 r7677  
    145145  PRINTF(0)("Loading the GameWorld\n");
    146146
    147   PRINTF(3)("> Loading world: '%s'\n", getLoadFile());
     147  PRINTF(3)("> Loading world: '%s'\n", getLoadFile().c_str());
    148148  TiXmlElement* element;
    149149  GameLoader* loader = GameLoader::getInstance();
Note: See TracChangeset for help on using the changeset viewer.