Changeset 7616 in orxonox.OLD for branches/qt_gui/src/story_entities
- Timestamp:
- May 15, 2006, 2:41:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/story_entities/story_entity.cc
r7283 r7616 22 22 #include "story_entity.h" 23 23 24 #include "util/file.h" 25 #include "util/loading/load_param.h" 24 26 #include "util/loading/resource_manager.h" 25 #include "util/loading/load_param.h"26 27 27 28 … … 102 103 void StoryEntity::setLoadFile(const std::string& fileName) 103 104 { 104 if ( ResourceManager::isFile(fileName))105 if (File(fileName).isFile()) 105 106 { 106 107 this->loadFile = fileName;
Note: See TracChangeset
for help on using the changeset viewer.