Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2009, 9:24:58 PM (15 years ago)
Author:
landauf
Message:

changed type of gametype-HUD and default-HUD to PlayerInfo (instead of Gametype and ControllableEntity respectively). The owner of the Pawn-HUD remains Pawn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/worldentities/ControllableEntity.h

    r2851 r2973  
    4848            void setConfigValues();
    4949
    50             virtual void changedGametype();
    5150            virtual void changedPlayer() {}
    5251
     
    126125                { return this->bHasHumanController_; }
    127126
    128             inline const GametypeInfo* getGametypeInfo() const
    129                 { return this->gtinfo_; }
    130 
    131127            inline bool isInMouseLook() const
    132128                { return this->bMouseLook_; }
     
    157153
    158154            void networkcallback_changedplayerID();
    159             void networkcallback_changedgtinfoID();
    160155
    161156            // Bullet btMotionState related
     
    190185            std::list<CameraPosition*> cameraPositions_;
    191186            std::string cameraPositionTemplate_;
    192 
    193             const GametypeInfo* gtinfo_;
    194             unsigned int gtinfoID_;
    195187    };
    196188}
Note: See TracChangeset for help on using the changeset viewer.