Changeset 9945 for code/trunk/src/orxonox/worldentities
- Timestamp:
- Jan 3, 2014, 1:50:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/pawns/Pawn.cc
r9939 r9945 305 305 void Pawn::kill() 306 306 { 307 307 this->damage(this->health_); 308 308 this->death(); 309 309 } … … 330 330 { 331 331 explosionSound_->play(); 332 332 // Set bAlive_ to false and wait for PawnManager to do the destruction 333 333 this->bAlive_ = false; 334 334
Note: See TracChangeset
for help on using the changeset viewer.