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/GSServer.cc

    r1674 r1696  
    3434#include "core/CommandLine.h"
    3535#include "network/Server.h"
     36#include "Settings.h"
    3637
    3738namespace orxonox
     
    5152    void GSServer::enter()
    5253    {
     54        Settings::_getInstance().bHasServer_ = true;
     55
    5356        GSLevel::enter();
    5457
     
    8184
    8285        GSLevel::leave();
     86
     87        Settings::_getInstance().bHasServer_ = false;
    8388    }
    8489
Note: See TracChangeset for help on using the changeset viewer.