Changeset 7949 in orxonox.OLD for branches/cr
- Timestamp:
- May 29, 2006, 1:49:17 AM (19 years ago)
- Location:
- branches/cr/src/lib/collision_reaction
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision.cc
r7940 r7949 17 17 18 18 #include "collision.h" 19 #include "debug.h" 19 20 20 21 using namespace std; 21 22 22 #define NULL 023 23 24 24 /** … … 41 41 { 42 42 } 43 44 45 -
branches/cr/src/lib/collision_reaction/cr_engine.cc
r7948 r7949 56 56 this->reset(); 57 57 58 while( !this->cachedCollisions.empty())59 delete this->cachedCollisions.front();58 while( !this->cachedCollisions.empty()) 59 delete this->cachedCollisions.back(); 60 60 this->cachedCollisions.clear(); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.