Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (19 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/playable.cc

    r8147 r8316  
    7979  // this->setPlayer(NULL);
    8080  // IN ITS DESTRUCTOR.
    81  
     81
    8282  assert(this->currentPlayer == NULL);
    8383}
     
    118118        this->increaseHealthMax(ppu->getValue());
    119119        return true;
     120      default:
     121        /// EVERYTHING THAT IS NOT HANDLED
     122        /// FIXME
     123        return false;
    120124    }
    121125  }
Note: See TracChangeset for help on using the changeset viewer.