Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1208


Ignore:
Timestamp:
Apr 30, 2008, 4:21:27 PM (16 years ago)
Author:
rgrieder
Message:
  • merged trunk into branch, but in ONE revision, very important so that you can leave out that revision when merging to trunk.
Location:
code/branches/input
Files:
3 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/Orxonox.cc

    r1204 r1208  
    157157  Orxonox::Orxonox()
    158158  {
     159    this->mode_ = STANDALONE;
     160    this->serverIp_ = "";
    159161    this->ogre_ = &GraphicsEngine::getSingleton();
    160162    this->timer_ = 0;
    161163    this->dataPath_ = "";
    162164    this->auMan_ = 0;
     165    this->orxonoxHUD_ = 0;
    163166    this->inputHandler_ = 0;
    164167    // turn on frame smoothing by setting a value different from 0
Note: See TracChangeset for help on using the changeset viewer.