Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2013, 4:27:05 PM (11 years ago)
Author:
landauf
Message:

fixed warnings with gcc 4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/Dynamicmatch.h

    r9667 r9676  
    8383
    8484        protected:
    85             inline int getPlayerCount() const
     85            inline unsigned int getPlayerCount() const
    8686                 { return this->numberOf[chaser] + numberOf[piggy] + this->numberOf[killer]; }
    8787
Note: See TracChangeset for help on using the changeset viewer.