Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 6:30:42 PM (19 years ago)
Author:
patrick
Message:

merged the network branche with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/multi_player_world.cc

    r9008 r9059  
    2727#include "network_manager.h"
    2828#include "network_game_manager.h"
     29
     30#include "state.h"
    2931
    3032
     
    150152  delete NetworkGameManager::getInstance();
    151153
     154  State::setOnline( false );
     155 
    152156  return ErrorMessage();
    153157}
Note: See TracChangeset for help on using the changeset viewer.