Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 4, 2006, 12:15:43 AM (19 years ago)
Author:
patrick
Message:

collision reaction for multiplayer works now

File:
1 edited

Legend:

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

    r9059 r9076  
    129129  CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_01),
    130130    this->dataTank->objectManager->getObjectList(OM_PLAYERS_PROJ));
     131
     132
     133
     134    // ground collision detection: BSP Model
     135  CDEngine::getInstance()->checkCollisionGround(this->dataTank->objectManager->getObjectList(OM_GROUP_00));
     136  CDEngine::getInstance()->checkCollisionGround(this->dataTank->objectManager->getObjectList(OM_GROUP_01));
     137  CDEngine::getInstance()->checkCollisionGround(this->dataTank->objectManager->getObjectList(OM_PLAYERS));
    131138}
    132139
     
    153160
    154161  State::setOnline( false );
    155  
     162
    156163  return ErrorMessage();
    157164}
Note: See TracChangeset for help on using the changeset viewer.