Changeset 1591 for code/branches/core3/src/orxonox/objects/Projectile.cc
- Timestamp:
- Jun 12, 2008, 2:00:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/Projectile.cc
r1584 r1591 35 35 #include "core/Executor.h" 36 36 #include "core/ConfigValueIncludes.h" 37 #include "core/Iterator.h" 37 38 #include "tools/ParticleInterface.h" 38 39 … … 87 88 88 89 float radius; 89 for ( Iterator<Model>it = ObjectList<Model>::begin(); it; ++it)90 for (ObjectList<Model>::iterator it = ObjectList<Model>::begin(); it; ++it) 90 91 { 91 92 if ((*it) != this->owner_)
Note: See TracChangeset
for help on using the changeset viewer.