Changeset 8952 for code/trunk/src/orxonox
- Timestamp:
- Nov 26, 2011, 6:22:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gametypes/TeamBaseMatch.cc
r8858 r8952 101 101 if (pawn1 && base) 102 102 { 103 std::map<PlayerInfo*, int>::const_iterator it1 = this->teamnumbers_.find(pawn1->getPlayer());104 103 int teamnrbase = -1; 105 104 int teamnrplayer = this->getTeam(pawn1->getPlayer());
Note: See TracChangeset
for help on using the changeset viewer.