Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8106 in orxonox.OLD for branches/cr/src/world_entities


Ignore:
Timestamp:
Jun 1, 2006, 10:27:53 PM (19 years ago)
Author:
patrick
Message:

cr: supporting now shared collision lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/world_entities/world_entity.h

    r8099 r8106  
    8484  inline bool isReactive() const { return this->bReactive; }
    8585
    86   const CollisionHandle* getCollisionHandle(CREngine::CRType type) const { return this->collisionHandles[type]; }
     86  CollisionHandle* getCollisionHandle(CREngine::CRType type) const { return this->collisionHandles[type]; }
    8787
    8888
Note: See TracChangeset for help on using the changeset viewer.