Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 10, 2008, 10:18:33 PM (17 years ago)
Author:
scheusso
Message:

some small adjustment with packetmap mutex
dedicated server tickrate limit works now:
configuration in orxonox.ini under [GSDedicate] → tickrate_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/orxonox/gamestates/GSDedicated.h

    r2171 r2175  
    3939    class _OrxonoxExport GSDedicated : public GameState<GSRoot>, public GSLevel
    4040    {
     41    friend class ClassIdentifier<GSDedicated>;
    4142    public:
    4243        GSDedicated();
    4344        ~GSDedicated();
     45       
    4446
    4547    private:
     
    4749        void leave();
    4850        void ticked(const Clock& time);
     51       
     52        void setConfigValues();
    4953
    5054        Server*      server_;
     55        unsigned int tickrate_;
    5156    };
    5257}
Note: See TracChangeset for help on using the changeset viewer.