Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2009, 4:48:32 PM (15 years ago)
Author:
scheusso
Message:

merged changes made to trunk (r2902) into branch

Location:
code/branches/gametypes/src/orxonox/objects/worldentities/pawns
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gametypes/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r2826 r2903  
    198198    void Pawn::death()
    199199    {
     200        this->setHealth(1);
    200201        if (this->getGametype() && this->getGametype()->allowPawnDeath(this, this->lastHitOriginator_))
    201202        {
     
    214215                this->deatheffect();
    215216        }
    216         else
    217             this->setHealth(1);
    218217    }
    219218
Note: See TracChangeset for help on using the changeset viewer.