- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/modules/weapons/projectiles/MineProjectile.cc
r11052 r11054 217 217 { 218 218 // Damage all pawns within the damage radius 219 for (ObjectList<Pawn>::iterator it = ObjectList<Pawn> ::begin(); it != ObjectList<Pawn>::end(); ++it)219 for (ObjectList<Pawn>::iterator it = ObjectList<Pawn>().begin(); it; ++it) 220 220 { 221 221 Vector3 distanceVector = it->getWorldPosition()-this->getWorldPosition();
Note: See TracChangeset
for help on using the changeset viewer.