Changeset 8316 in orxonox.OLD for trunk/src/world_entities/playable.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r8147 r8316 79 79 // this->setPlayer(NULL); 80 80 // IN ITS DESTRUCTOR. 81 81 82 82 assert(this->currentPlayer == NULL); 83 83 } … … 118 118 this->increaseHealthMax(ppu->getValue()); 119 119 return true; 120 default: 121 /// EVERYTHING THAT IS NOT HANDLED 122 /// FIXME 123 return false; 120 124 } 121 125 }
Note: See TracChangeset
for help on using the changeset viewer.