Changeset 8809 in orxonox.OLD for branches/multi_player_map
- Timestamp:
- Jun 26, 2006, 5:35:43 PM (18 years ago)
- Location:
- branches/multi_player_map/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/story_entities/multi_player_world_data.cc
r8717 r8809 233 233 this->tickLists.push_back(OM_ENVIRON); 234 234 this->tickLists.push_back(OM_COMMON); 235 this->tickLists.push_back(OM_PLAYERS); 236 this->tickLists.push_back(OM_PLAYERS_PROJ); 235 237 this->tickLists.push_back(OM_GROUP_00); 236 238 this->tickLists.push_back(OM_GROUP_00_PROJ); … … 241 243 this->drawLists.push_back(OM_ENVIRON); 242 244 this->drawLists.push_back(OM_COMMON); 245 this->drawLists.push_back(OM_PLAYERS); 246 this->drawLists.push_back(OM_PLAYERS_PROJ); 243 247 this->drawLists.push_back(OM_GROUP_00); 244 248 this->drawLists.push_back(OM_GROUP_00_PROJ); -
branches/multi_player_map/src/util/multiplayer_team_deathmatch.cc
r8802 r8809 482 482 playable.setUniqueID( SharedNetworkData::getInstance()->getNewUniqueID() ); 483 483 playable.setSynchronized( true ); 484 484 485 485 stats.setTeamId( stats.getPreferedTeamId() ); 486 486 stats.setPlayableClassId( playableClassId );
Note: See TracChangeset
for help on using the changeset viewer.