Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (18 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r8190 r8316  
    401401    if( this->collisionHandles[i] != NULL)
    402402      this->collisionHandles[i]->registerCollisionEvent(c);
     403  return true;
    403404}
    404405
     
    424425    if( this->collisionHandles[i] != NULL)
    425426      this->collisionHandles[i]->registerCollisionEvent(c);
     427  return true;
    426428}
    427429
Note: See TracChangeset for help on using the changeset viewer.