Changeset 7677 in orxonox.OLD for trunk/src/story_entities/story_entity.cc
- Timestamp:
- May 18, 2006, 12:42:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.