Changeset 6096 in orxonox.OLD for branches/network/src/story_entities
- Timestamp:
- Dec 14, 2005, 2:12:30 AM (19 years ago)
- Location:
- branches/network/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/campaign.cc
r5982 r6096 150 150 delete (*it); 151 151 } 152 PRINTF(1)("There is no StoryEnity left to play, quitting\n"); 152 153 } 153 154 -
branches/network/src/story_entities/network_world.cc
r6095 r6096 75 75 76 76 77 //SHELL_COMMAND(speed, NetworkWorld, setSpeed);78 //SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility);79 //SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility);77 SHELL_COMMAND(speed, NetworkWorld, setSpeed); 78 SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility); 79 SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility); 80 80 81 81 using namespace std; 82 82 83 83 //! This creates a Factory to fabricate a NetworkWorld 84 //CREATE_FACTORY(NetworkWorld, CL_WORLD);84 CREATE_FACTORY(NetworkWorld, CL_WORLD); 85 85 86 86 NetworkWorld::NetworkWorld(const TiXmlElement* root) … … 341 341 // find WorldEntities // 342 342 //////////////////////// 343 if( NetworkManager::getInstance()->isGameServer())343 if( /*NetworkManager::getInstance()->isGameServer()*/1) 344 344 { 345 345 element = root->FirstChildElement("WorldEntities");
Note: See TracChangeset
for help on using the changeset viewer.