Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2008, 12:38:04 AM (16 years ago)
Author:
rgrieder
Message:

Stats overlay should now be loaded. Could not test it yet because of still missing media files.

File:
1 edited

Legend:

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

    r2103 r2140  
    6060        , radar_(0)
    6161        , startFile_(0)
     62        , stats_(0)
    6263        , cameraManager_(0)
    6364        , levelManager_(0)
     
    9394            // Start the Radar
    9495            this->radar_ = new Radar();
     96
     97            stats_ = new XMLFile(Settings::getDataPath() + "overlay/stats.oxo");
     98            Loader::open(stats_);
    9599        }
    96100
Note: See TracChangeset for help on using the changeset viewer.