Changeset 7899 for code/branches/lastmanstanding2/src
- Timestamp:
- Feb 15, 2011, 11:41:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc
r7897 r7899 35 35 #include "core/ConfigValueIncludes.h" 36 36 #include "util/Convert.h" 37 //TODO: teamsAlive instead of playersAlive38 37 39 38 namespace orxonox … … 54 53 this->timeRemaining = 15.0f; 55 54 this->respawnDelay = 4.0f; 55 this->setHUDTemplate("lastTeamStandingHUD"); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.