Changeset 9836 in orxonox.OLD for branches/new_class_id/src/world_entities/terrain.cc
- Timestamp:
- Sep 26, 2006, 5:16:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/terrain.cc
r9833 r9836 18 18 #include "terrain.h" 19 19 20 #include "util/loading/ new_resource_manager.h"20 #include "util/loading/resource_manager.h" 21 21 #include "util/loading/load_param.h" 22 22 #include "util/loading/factory.h" … … 144 144 this->heightMap = NULL; 145 145 146 std::string hmName = Resources:: NewResourceManager::getInstance()->prependAbsoluteMainPath(heightMapFile);147 std::string hmColorName = Resources:: NewResourceManager::getInstance()->prependAbsoluteMainPath(colorMap);146 std::string hmName = Resources::ResourceManager::getInstance()->prependAbsoluteMainPath(heightMapFile); 147 std::string hmColorName = Resources::ResourceManager::getInstance()->prependAbsoluteMainPath(colorMap); 148 148 149 149
Note: See TracChangeset
for help on using the changeset viewer.