Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6258 in orxonox.OLD


Ignore:
Timestamp:
Dec 22, 2005, 12:09:32 AM (18 years ago)
Author:
rennerc
Message:

network_world.cc: the client does not create the skybox anymore

File:
1 edited

Legend:

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

    r6251 r6258  
    378378
    379379      }
    380       else if( !strcmp( element->Value(), "SkyBox") /*|| !strcmp( element->Value(), "Terrain")*/ || !strcmp( element->Value(), "SpaceShip"))
     380      else if( /* !strcmp( element->Value(), "SkyBox") || */ /* !strcmp( element->Value(), "Terrain") || */ !strcmp( element->Value(), "SpaceShip"))
    381381      {
    382382        BaseObject* created = Factory::fabricate(element);
Note: See TracChangeset for help on using the changeset viewer.