Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 12:04:42 AM (13 years ago)
Author:
dafrick
Message:

Converting tabs to spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.cc

    r8426 r8588  
    151151                //Give new pig boost
    152152                SpaceShip* spaceship = dynamic_cast<SpaceShip*>(victim);
    153                                 grantPigBoost(spaceship);
     153                grantPigBoost(spaceship);
    154154            }
    155155
     
    306306    }
    307307
    308         void Dynamicmatch::grantPigBoost(orxonox::SpaceShip* spaceship)
    309         {
    310                 // Give pig boost
     308    void Dynamicmatch::grantPigBoost(orxonox::SpaceShip* spaceship)
     309    {
     310        // Give pig boost
    311311        if (spaceship)
    312312        {
     
    317317            new Timer(10, false, executor, true);
    318318        }
    319         }
     319    }
    320320
    321321    void Dynamicmatch::playerStartsControllingPawn(PlayerInfo* player, Pawn* pawn) //set party + colouring
Note: See TracChangeset for help on using the changeset viewer.