Changeset 8772 in orxonox.OLD for branches/network/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Jun 25, 2006, 10:26:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.h
r8739 r8772 50 50 inline void setDeathPenaltyTimeout(float time) { this->deathTimeout = time; } 51 51 inline void setMaxKills(int kills) { this->maxKills = kills; } 52 void setDeathScreen(const std::string& imageName);53 52 54 53 inline void setNumTeams( int numTeams ){ this->numTeams = numTeams; } … … 73 72 74 73 std::map<int,int> teamScore; //!< team score 75 76 ImagePlane* deathScreen; //!< the death screen77 74 78 75 int currentGameState; //!< game state
Note: See TracChangeset
for help on using the changeset viewer.