Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2012, 12:21:45 AM (12 years ago)
Author:
landauf
Message:

fixed warnings in msvc
removed authorship for code that wasn't written by me

File:
1 edited

Legend:

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

    r9016 r9255  
    166166            inline void setTeam(int team)
    167167                { this->team_ = team; }
    168             inline float getTeam() const
     168            inline int getTeam() const
    169169                { return this->team_; }
    170170
Note: See TracChangeset for help on using the changeset viewer.