Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 18, 2008, 11:22:38 PM (16 years ago)
Author:
landauf
Message:

another small fix and a new levelfile (media update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc

    r1916 r1942  
    159159        // call the loader
    160160        COUT(0) << "Loading level..." << std::endl;
    161         startLevel_ = new Level(Settings::getDataPath() + "levels/sample.oxw");
     161        startLevel_ = new Level(Settings::getDataPath() + "levels/sample2.oxw");
    162162        Loader::open(startLevel_);
    163163    }
Note: See TracChangeset for help on using the changeset viewer.