Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8809 in orxonox.OLD


Ignore:
Timestamp:
Jun 26, 2006, 5:35:43 PM (18 years ago)
Author:
rennerc
Message:

add om_players to tick and draw list

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  
    233233  this->tickLists.push_back(OM_ENVIRON);
    234234  this->tickLists.push_back(OM_COMMON);
     235  this->tickLists.push_back(OM_PLAYERS);
     236  this->tickLists.push_back(OM_PLAYERS_PROJ);
    235237  this->tickLists.push_back(OM_GROUP_00);
    236238  this->tickLists.push_back(OM_GROUP_00_PROJ);
     
    241243  this->drawLists.push_back(OM_ENVIRON);
    242244  this->drawLists.push_back(OM_COMMON);
     245  this->drawLists.push_back(OM_PLAYERS);
     246  this->drawLists.push_back(OM_PLAYERS_PROJ);
    243247  this->drawLists.push_back(OM_GROUP_00);
    244248  this->drawLists.push_back(OM_GROUP_00_PROJ);
  • branches/multi_player_map/src/util/multiplayer_team_deathmatch.cc

    r8802 r8809  
    482482  playable.setUniqueID( SharedNetworkData::getInstance()->getNewUniqueID() );
    483483  playable.setSynchronized( true );
    484 
     484 
    485485  stats.setTeamId( stats.getPreferedTeamId() );
    486486  stats.setPlayableClassId( playableClassId );
Note: See TracChangeset for help on using the changeset viewer.