Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6098 in orxonox.OLD


Ignore:
Timestamp:
Dec 14, 2005, 2:33:38 AM (18 years ago)
Author:
patrick
Message:

network: the client now loads only a reduced world

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/network_world.cc

    r6097 r6098  
    356356    while( element != NULL)
    357357    {
    358       if( NetworkManager::getInstance()->isGameServer() || !strcmp( element->Value(), "SkyBox") || !strcmp( element->Value(), "Terrain"))
     358      if( NetworkManager::getInstance()->isGameServer() || !strcmp( element->Value(), "SkyBox") || !strcmp( element->Value(), "Terrain")
     359          || !strcmp( element->Value(), "SpaceShip"))
    359360      {
    360361        BaseObject* created = Factory::fabricate(element);
Note: See TracChangeset for help on using the changeset viewer.