Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2018, 5:23:29 PM (6 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/SOBGumba.h

    r11766 r11769  
    4747            SOBGumba(Context* context);
    4848            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    49             virtual void setFigure(SOBFigure* newFigure);
    5049            virtual  bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    5150            virtual void tick(float dt) override;
     
    5453            void die();
    5554         
    56             bool attachedToFigure_;
    57 
    5855            void setSpeed(const float speed)
    5956                { this->speed_ = speed; }
     
    6663            float gravityAcceleration_;
    6764            float speed_;
    68             WeakPtr<SOBFigure> figure_;
    6965            bool goesRight_;
    70             Vector3 lastPos_;
    7166            bool changeAllowed_;
    7267            float changedOn_;
Note: See TracChangeset for help on using the changeset viewer.