Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 10:09:45 PM (18 years ago)
Author:
patrick
Message:

network: removed some library dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_game_manager.cc

    r6892 r6917  
    3030#include "playable.h"
    3131#include "player.h"
    32 #include "network_manager.h"
     32#include "shared_network_data.h"
    3333
    3434#include "class_list.h"
     
    541541    if ( b->isA(CL_WORLD_ENTITY) && !b->isA(CL_PLAYABLE) )
    542542    {
    543       if ( NetworkManager::getInstance()->getHostID()!=0 )
     543      if ( SharedNetworkData::getInstance()->getHostID()!=0 )
    544544      {
    545545        static Vector pos = Vector(1000.0, 1000.0, 1000.0);
Note: See TracChangeset for help on using the changeset viewer.