Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 3, 2008, 8:45:12 PM (16 years ago)
Author:
rgrieder
Message:
  • Actually set the Settings::showsGraphics and Settings::hasServer.
  • Forgot the timer calls in GSGraphics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSDedicated.cc

    r1694 r1696  
    5555    void GSDedicated::enter()
    5656    {
     57        Settings::_getInstance().bHasServer_ = true;
     58
    5759        // create Ogre SceneManager for the level
    5860        this->sceneManager_ = Ogre::Root::getSingleton().createSceneManager(Ogre::ST_GENERIC, "LevelSceneManager");
     
    9294
    9395        Ogre::Root::getSingleton().destroySceneManager(this->sceneManager_);
     96
     97        Settings::_getInstance().bHasServer_ = false;
    9498    }
    9599
Note: See TracChangeset for help on using the changeset viewer.