Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 4:06:43 PM (8 years ago)
Author:
varxth
Message:

abgleich

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.h

    r11575 r11578  
    4646            virtual void boost(bool boost) override;
    4747            virtual  bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    48             void changeClothes(std::string& name);
     48            void changeClothes();
    4949            void spawnFireball();
    5050            void die();
     
    5858            //Soooo many declarations
    5959            bool fireallowed_;
    60             bool gotPowerUp_;
     60
    6161            bool moveUpPressed_;
    6262            bool moveDownPressed_;
     
    7272            bool isColliding_;
    7373            WorldEntity* particlespawner_;
     74            int PowerUpCounter_;
     75            int maxPowerUp_;
     76            int FireballPower;
    7477            int sgn(float x);
    7578            int reachedLvlEndState_;
Note: See TracChangeset for help on using the changeset viewer.