Changeset 7966 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_engine.cc
- Timestamp:
- May 30, 2006, 1:10:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_engine.cc
r7964 r7966 133 133 134 134 135 /** 136 * processes the collisions by calling the EventHandlers 137 */ 135 138 void CREngine::handleCollisions() 136 139 { … … 143 146 } 144 147 } 148 this->flushCollisions(); 145 149 } 146 150 151 /** 152 * flushes all the collision lists and puts them to their initial state 153 */ 154 void CREngeine::flushCollisions() 155 { 156 157 } 147 158 148 159
Note: See TracChangeset
for help on using the changeset viewer.