Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9137 in orxonox.OLD


Ignore:
Timestamp:
Jul 4, 2006, 2:52:59 PM (18 years ago)
Author:
patrick
Message:

little mp collision patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/story_entities/multi_player_world.cc

    r9110 r9137  
    9898
    9999  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));
    102102  PRINTF(5)("\n-----------------------------------------\nchecking OM_PLAYERS vs OM_GROUP_01_PROJ\n\n");
    103103  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS),
Note: See TracChangeset for help on using the changeset viewer.