Changeset 7221 in orxonox.OLD for trunk/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Mar 15, 2006, 3:10:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/multiplayer_team_deathmatch.h
r7044 r7221 38 38 inline void setDeathPenaltyTimeout(float time) { this->deathTimeout = time; } 39 39 inline void setMaxKills(int kills) { this->maxKills = kills; } 40 void setDeathScreen(const char*imageName);40 void setDeathScreen(const std::string& imageName); 41 41 42 42 protected:
Note: See TracChangeset
for help on using the changeset viewer.