Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2015, 1:47:43 PM (8 years ago)
Author:
gania
Message:

still not compilable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/CommonController.h

    r10847 r10848  
    138138                static bool sameTeam (ControllableEntity* entity1, ControllableEntity* entity2, Gametype* gt);
    139139                static bool isLooking( ControllableEntity* entityThatLooks, ControllableEntity* entityBeingLookedAt, float angle ) ;
    140                 static std::string getName( ControllableEntity* entity ) ;
     140                static std::string getName( Pawn* entity ) ;
    141141
    142142                float squaredDistanceToTarget() const;
     
    207207                Rank::Value rank_;
    208208                std::string protectName_;
     209                std::string targetName_;
    209210                Action::Value action_;
    210211                int attackRange_;
Note: See TracChangeset for help on using the changeset viewer.