Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8107 in orxonox.OLD


Ignore:
Timestamp:
Jun 1, 2006, 10:28:36 PM (18 years ago)
Author:
patrick
Message:

cr: now saver collision registration handle

File:
1 edited

Legend:

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

    r8106 r8107  
    9898  // now register it as a shared collision with the other collision entity
    9999  CollisionHandle* ch = entityB->getCollisionHandle(this->type);
    100   ch->registerSharedCollision(c);
     100  if( ch != NULL)
     101    ch->registerSharedCollision(c);
    101102
    102103  return c;
Note: See TracChangeset for help on using the changeset viewer.