Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7083 in orxonox.OLD


Ignore:
Timestamp:
Feb 7, 2006, 4:36:07 PM (18 years ago)
Author:
patrick
Message:

trunk: collision detection group addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r7078 r7083  
    388388  this->dataTank->objectManager->getObjectList(OM_GROUP_01));
    389389
     390  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_00),
     391      this->dataTank->objectManager->getObjectList(OM_COMMON));
    390392  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_01),
    391393      this->dataTank->objectManager->getObjectList(OM_COMMON));
     394
    392395}
    393396
Note: See TracChangeset for help on using the changeset viewer.