Changeset 8809 in orxonox.OLD for branches/multi_player_map/src/story_entities
- Timestamp:
- Jun 26, 2006, 5:35:43 PM (19 years ago)
- File:
-
- 1 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);
Note: See TracChangeset
for help on using the changeset viewer.