Changeset 9676 for code/trunk/src/orxonox
- Timestamp:
- Sep 29, 2013, 4:27:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gametypes/Dynamicmatch.h
r9667 r9676 83 83 84 84 protected: 85 inline int getPlayerCount() const85 inline unsigned int getPlayerCount() const 86 86 { return this->numberOf[chaser] + numberOf[piggy] + this->numberOf[killer]; } 87 87
Note: See TracChangeset
for help on using the changeset viewer.