Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2006, 6:41:08 PM (18 years ago)
Author:
bottac
Message:

collision detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/story_entities/game_world.cc

    r7339 r7833  
    418418      this->dataTank->objectManager->getObjectList(OM_COMMON));
    419419
     420 
     421  CDEngine::getInstance()->checkCollisionGround(this->dataTank->objectManager->getObjectList(OM_GROUP_00));
     422  CDEngine::getInstance()->checkCollisionGround(this->dataTank->objectManager->getObjectList(OM_GROUP_01));
     423 
    420424}
    421425
Note: See TracChangeset for help on using the changeset viewer.