Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2009, 10:04:39 PM (15 years ago)
Author:
scheusso
Message:

forgot some things

File:
1 edited

Legend:

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

    r2990 r2991  
    132132//         this->firehack_ = 0x0;
    133133
    134         if (Core::isMaster())
     134        if (GameMode::isMaster())
    135135          if (this->health_ <= 0)
    136136            this->death();
     
    263263    void Pawn::doFire(uint8_t fireMode)
    264264    {
    265         if(Core::isMaster())
     265        if(GameMode::isMaster())
    266266        {
    267267            if (this->weaponSystem_)
Note: See TracChangeset for help on using the changeset viewer.