- Timestamp:
- Oct 18, 2008, 11:22:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc
r1916 r1942 159 159 // call the loader 160 160 COUT(0) << "Loading level..." << std::endl; 161 startLevel_ = new Level(Settings::getDataPath() + "levels/sample .oxw");161 startLevel_ = new Level(Settings::getDataPath() + "levels/sample2.oxw"); 162 162 Loader::open(startLevel_); 163 163 }
Note: See TracChangeset
for help on using the changeset viewer.