Changeset 7216 in orxonox.OLD for branches/std/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Mar 12, 2006, 8:54:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/util/multiplayer_team_deathmatch.h
r7044 r7216 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.