Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2011, 6:22:13 PM (12 years ago)
Author:
dafrick
Message:

Removing some unused variables and taking care of some other warnings (NULL as argument to non-pointer and depricated use of COUT).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/TeamBaseMatch.cc

    r8858 r8952  
    101101        if (pawn1 && base)
    102102        {
    103             std::map<PlayerInfo*, int>::const_iterator it1 = this->teamnumbers_.find(pawn1->getPlayer());
    104103            int teamnrbase = -1;
    105104            int teamnrplayer = this->getTeam(pawn1->getPlayer());
Note: See TracChangeset for help on using the changeset viewer.