Changeset 9729 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 14, 2006, 10:33:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/story_entity.cc
r9727 r9729 102 102 void StoryEntity::setLoadFile(const std::string& fileName) 103 103 { 104 printf("===Testing %s:: %s\n", this->getCName(), fileName.c_str());105 104 if (File(fileName).isFile()) 106 105 {
Note: See TracChangeset
for help on using the changeset viewer.