Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/world_entities/player.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/player.cc

    r8147 r8316  
    8181      return true;
    8282  }
    83  
     83
    8484  if ( playable == NULL )
    8585    this->playable = NULL;
     
    9090bool Player::eject()
    9191 {
    92    this->setPlayable(NULL);
     92   return this->setPlayable(NULL);
    9393 }
    9494
Note: See TracChangeset for help on using the changeset viewer.