Changeset 1855 for code/branches/orxonox_tutorial/src/orxonox/gamestates
- Timestamp:
- Sep 28, 2008, 7:10:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/orxonox_tutorial/src/orxonox/gamestates/GSLevel.cc
r1826 r1855 136 136 // call the loader 137 137 COUT(0) << "Loading level..." << std::endl; 138 startLevel_ = new Level(Settings::getDataPath() + "levels/ sample.oxw");138 startLevel_ = new Level(Settings::getDataPath() + "levels/tutorial.oxw"); 139 139 Loader::open(startLevel_); 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.