Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2018, 5:23:29 PM (7 years ago)
Author:
landauf
Message:

[SOBv2_HS17] removed unused variables, added some initializations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/superorxobros/SOBFireball.h

    r11766 r11769  
    5050
    5151            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    52             virtual void setFigure(SOBFigure* newFigure);
    5352            virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    5453            virtual void tick(float dt) override;
    5554            void setDirection(const bool direction);
    5655         
    57             bool attachedToFigure_;
    58 
    5956            void setSpeed(const float speed)
    6057                { this->speed_ = speed; }
     
    6663            float gravityAcceleration_;
    6764            float speed_;
    68             WeakPtr<SOBFigure> figure_;
    69             Vector3 lastPos_;
    7065            bool goesRight_;
    7166            bool changeAllowed_;
     
    7368            int hitCounter_;
    7469            WorldEntity* particlespawner_;
    75 
    76  
    77 
    78 
    79             float collDisX_;   
    80             float collDisZ_;
    8170           
    8271    };
Note: See TracChangeset for help on using the changeset viewer.