Changeset 5653 for code/branches/resource2/src/orxonox/objects
- Timestamp:
- Aug 17, 2009, 3:42:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/orxonox/objects/Level.cc
r5645 r5653 101 101 mask.include(Class(OverlayGroup)); // HACK to include the ChatOverlay 102 102 103 this->xmlfile_ = new XMLFile( Core::getDataPathString() + this->xmlfilename_, mask);103 this->xmlfile_ = new XMLFile(mask, this->xmlfilename_); 104 104 105 105 Loader::open(this->xmlfile_);
Note: See TracChangeset
for help on using the changeset viewer.