Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2009, 2:44:06 PM (15 years ago)
Author:
scheusso
Message:

added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup premain created stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp6/src/orxonox/gamestates/GSRoot.cc

    r3196 r3256  
    3737#include "interfaces/TimeFactorListener.h"
    3838#include "interfaces/Tickable.h"
     39#include "network/NetworkFunction.h"
    3940
    4041namespace orxonox
     
    6061    GSRoot::~GSRoot()
    6162    {
     63        NetworkFunctionBase::destroyAllNetworkFunctions();
    6264    }
    6365
Note: See TracChangeset for help on using the changeset viewer.