Changeset 7903 for code/branches/lastmanstanding3/src/orxonox
- Timestamp:
- Feb 16, 2011, 11:17:30 AM (14 years ago)
- Location:
- code/branches/lastmanstanding3/src/orxonox
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding3/src/orxonox/OrxonoxPrereqs.h
r7854 r7903 96 96 class Gametype; 97 97 class LastManStanding; 98 class LastTeamStanding; 98 99 class TeamBaseMatch; 99 100 class TeamDeathmatch; -
code/branches/lastmanstanding3/src/orxonox/gametypes/CMakeLists.txt
r7655 r7903 8 8 Dynamicmatch.cc 9 9 LastManStanding.cc 10 LastTeamStanding.cc 10 11 ) -
code/branches/lastmanstanding3/src/orxonox/gametypes/Gametype.h
r7801 r7903 150 150 { this->timeLimit_ = t; } 151 151 152 //inline bool getForceSpawn() 153 // { return this->bForceSpawn_; } 154 152 155 virtual void resetTimer(); 153 156 virtual void resetTimer(float t);
Note: See TracChangeset
for help on using the changeset viewer.