Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8809 in orxonox.OLD for branches/multi_player_map/src/story_entities


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

add om_players to tick and draw list

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.