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/Settings.h

    r1663 r1696  
    5151        friend class ClassIdentifier<Settings>;
    5252        friend class GSRoot;
     53        friend class GSGraphics;
     54        friend class GSServer;
     55        friend class GSDedicated;
    5356
    5457    public:
     
    6164        static bool showsGraphics() { assert(singletonRef_s); return singletonRef_s->bShowsGraphics_; }
    6265        static bool hasServer()     { assert(singletonRef_s); return singletonRef_s->bHasServer_; }
    63 
    6466
    6567    private:
Note: See TracChangeset for help on using the changeset viewer.