Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9192 in orxonox.OLD for branches/presentation/src/story_entities


Ignore:
Timestamp:
Jul 5, 2006, 8:05:48 AM (19 years ago)
Author:
patrick
Message:

aiming works almost

File:
1 edited

Legend:

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

    r9144 r9192  
    107107    this->dataTank->objectManager->getObjectList(OM_PLAYERS_PROJ));
    108108
    109   CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS),
    110     this->dataTank->objectManager->getObjectList(OM_GROUP_00));
    111   CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_PLAYERS),
    112     this->dataTank->objectManager->getObjectList(OM_GROUP_01));
     109  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_00),
     110  this->dataTank->objectManager->getObjectList(OM_PLAYERS));
     111  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_01),
     112  this->dataTank->objectManager->getObjectList(OM_PLAYERS));
    113113
    114114
Note: See TracChangeset for help on using the changeset viewer.