Changeset 10000 in orxonox.OLD for branches/coll_rect
- Timestamp:
 - Dec 3, 2006, 7:56:51 PM (19 years ago)
 - Location:
 - branches/coll_rect
 - Files:
 - 
          
- 2 edited
 
- 
          README (modified) (1 diff)
 - 
          src/lib/collision_reaction/cr_engine.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/coll_rect/README
r9406 r10000 1 1 2 2 3 This is the offical README file for the game project  - 
        
branches/coll_rect/src/lib/collision_reaction/cr_engine.cc
r9997 r10000 157 157 if( (*ci)->getEntityA()->isReactive(*(*ci)->getEntityB(), (CREngine::ReactionType)i) || 158 158 (*ci)->getEntityB()->isReactive(*(*ci)->getEntityA(), (CREngine::ReactionType)i)) 159 { 159 160 this->_reactionList[i]->reactToCollision(*ci); 161 PRINTF(0)("react to %i\n", i); 162 } 160 163 161 164 (*ci)->reset();  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






