Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9501 in orxonox.OLD for branches/proxy/src/world_entities/playable.h


Ignore:
Timestamp:
Jul 27, 2006, 12:15:55 PM (18 years ago)
Author:
bensch
Message:

compiles for real

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/playable.h

    r9500 r9501  
    7777  inline void setScore( int score ) { this->score = score; }
    7878  inline int  getScore() { return this->score; }
    79   virtual void setTeam(int teamId) {}
    8079
    8180  void setEnterRadius(float radius) { this->enterRadius = radius; };
Note: See TracChangeset for help on using the changeset viewer.