Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: POD's

Location:
trunk/src/story_entities
Files:
2 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();
  • trunk/src/story_entities/story_entity.cc

    r7661 r7677  
    139139void StoryEntity::grabWorldInfo()
    140140{
    141   PRINTF(3)("Grabbing the Worlds Settings\n", this->getLoadFile());
     141  PRINTF(3)("Grabbing the Worlds Settings\n", this->getLoadFile().c_str());
    142142  if( getLoadFile().empty())
    143143        return;
Note: See TracChangeset for help on using the changeset viewer.