Changeset 715 for code/branches/FICN/src/loader/LevelLoader.cc
- Timestamp:
- Dec 28, 2007, 11:33:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/loader/LevelLoader.cc
r708 r715 42 42 { 43 43 44 LevelLoader::LevelLoader( orxonox::String file, orxonox::String path)44 LevelLoader::LevelLoader(std::string file, std::string path) 45 45 { 46 46 valid_ = false; … … 155 155 156 156 tElem = tNode->ToElement(); 157 orxonox::String elemVal = tElem->Value();157 std::string elemVal = tElem->Value(); 158 158 if (elemVal == "ogg") 159 159 {
Note: See TracChangeset
for help on using the changeset viewer.