Changeset 9137 in orxonox.OLD for branches/presentation/src/story_entities/multi_player_world.cc
- Timestamp:
- Jul 4, 2006, 2:52:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/story_entities/multi_player_world.cc
r9110 r9137 98 98 99 99 PRINTF(5)("\n-----------------------------------------\nchecking OM_PLAYERS vs OM_PLAYERS_PROJ\n\n"); 100 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS _PROJ),101 this->dataTank->objectManager->getObjectList(OM_PLAYERS ));100 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS), 101 this->dataTank->objectManager->getObjectList(OM_PLAYERS_PROJ)); 102 102 PRINTF(5)("\n-----------------------------------------\nchecking OM_PLAYERS vs OM_GROUP_01_PROJ\n\n"); 103 103 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS),
Note: See TracChangeset
for help on using the changeset viewer.