Changeset 7958 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_engine.cc
- Timestamp:
- May 29, 2006, 5:32:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_engine.cc
r7950 r7958 52 52 53 53 if( this->cachedCollisions.size() != CR_MAX_COLLISIONS) 54 PRINTF(0)("CollisionReaction Error: cache size missmatch: %i of %i\n", this->cachedCollisions.size(), CR_ NUMBER);54 PRINTF(0)("CollisionReaction Error: cache size missmatch: %i of %i\n", this->cachedCollisions.size(), CR_MAX_COLLISIONS); 55 55 56 56 this->reset(); … … 59 59 for(; it < this->cachedCollisions.end(); it++) 60 60 delete *it; 61 62 // while( !this->cachedCollisions.empty())63 // delete this->cachedCollisions.back();64 61 65 62 this->cachedCollisions.clear();
Note: See TracChangeset
for help on using the changeset viewer.