Changeset 8316 in orxonox.OLD for trunk/src/world_entities/player.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r8147 r8316 81 81 return true; 82 82 } 83 83 84 84 if ( playable == NULL ) 85 85 this->playable = NULL; … … 90 90 bool Player::eject() 91 91 { 92 this->setPlayable(NULL);92 return this->setPlayable(NULL); 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.