Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2010, 12:27:03 AM (14 years ago)
Author:
landauf
Message:

removed some tabs and adjusted formatting in some fps related files

File:
1 edited

Legend:

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

    r7073 r7075  
    5353    CreateFactory(Pawn);
    5454
    55     Pawn::Pawn(BaseObject* creator) 
     55    Pawn::Pawn(BaseObject* creator)
    5656        : ControllableEntity(creator)
    5757        , RadarViewable(creator, static_cast<WorldEntity*>(this))
     
    363363    {
    364364        if (this->weaponSystem_)
    365         {
     365        {
    366366            this->weaponSystem_->addWeaponPack(wPack);
    367             this->addedWeaponPack(wPack);
    368         }
     367            this->addedWeaponPack(wPack);
     368        }
    369369    }
    370370
     
    372372    {
    373373        if (this->weaponSystem_)
    374         {
     374        {
    375375            if (!this->weaponSystem_->addWeaponPack(wPack))
    376376                wPack->destroy();
    377             else
     377            else
    378378                this->addedWeaponPack(wPack);
    379         }
     379        }
    380380    }
    381381
Note: See TracChangeset for help on using the changeset viewer.