Changeset 2833 for code/branches/netp/src/orxonox
- Timestamp:
- Mar 23, 2009, 4:15:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2782 r2833 129 129 this->firehack_ = 0x0; 130 130 131 if (this->health_ <= 0) 131 if (Core::isMaster()) 132 if (this->health_ <= 0) 132 133 this->death(); 133 134 }
Note: See TracChangeset
for help on using the changeset viewer.