Changeset 3103 for code/trunk/src/orxonox/objects
- Timestamp:
- May 28, 2009, 4:56:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc
r3099 r3103 54 54 if (base) 55 55 { 56 if ( !originator ) 57 return false; 56 58 std::set<TeamBaseMatchBase*>::const_iterator it = this->bases_.find(base); 57 59 if (it != this->bases_.end())
Note: See TracChangeset
for help on using the changeset viewer.