Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: POD's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.