Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8165 in orxonox.OLD


Ignore:
Timestamp:
Jun 6, 2006, 1:16:26 AM (18 years ago)
Author:
patrick
Message:

cr: removed two more segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/collision_reaction/collision_handle.cc

    r8129 r8165  
    115115    c = this->collisionList.back();
    116116
     117  assert( entityA != NULL);
     118  assert( entityB != NULL);
    117119  this->collisionList.push_back(c);
     120  c->collide(entityA, entityB);
    118121
    119122  // now register it as a shared collision with the other collision entity
Note: See TracChangeset for help on using the changeset viewer.