Changeset 7677 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- May 18, 2006, 12:42:31 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7460 r7677 145 145 PRINTF(0)("Loading the GameWorld\n"); 146 146 147 PRINTF(3)("> Loading world: '%s'\n", getLoadFile() );147 PRINTF(3)("> Loading world: '%s'\n", getLoadFile().c_str()); 148 148 TiXmlElement* element; 149 149 GameLoader* loader = GameLoader::getInstance(); -
trunk/src/story_entities/story_entity.cc
r7661 r7677 139 139 void StoryEntity::grabWorldInfo() 140 140 { 141 PRINTF(3)("Grabbing the Worlds Settings\n", this->getLoadFile() );141 PRINTF(3)("Grabbing the Worlds Settings\n", this->getLoadFile().c_str()); 142 142 if( getLoadFile().empty()) 143 143 return;
Note: See TracChangeset
for help on using the changeset viewer.