Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 9:00:40 PM (18 years ago)
Author:
patrick
Message:

cr: reaction subscription stuff

File:
1 edited

Legend:

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

    r7927 r7932  
    130130  bool                    bVisible;           //!< If it should be visible.
    131131
    132   OM_LIST                           objectListNumber;   //!< The ObjectList from ObjectManager this Entity is in.
    133   ObjectManager::EntityList::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager.
     132  OM_LIST                           objectListNumber;             //!< The ObjectList from ObjectManager this Entity is in.
     133  ObjectManager::EntityList::iterator objectListIterator;         //!< The iterator position of this Entity in the given list of the ObjectManager.
    134134
    135   float                   scaling;
    136   CollisionHandle**       collisionHandles;
     135  float                   scaling;                                //!< the scaling of the model
     136  CollisionHandle*        collisionHandles[CREngine::CR_NUMBER];  //!< the list of the collision reactions
    137137
    138138
Note: See TracChangeset for help on using the changeset viewer.