Changeset 10077 in orxonox.OLD for branches/playability/src/world_entities
- Timestamp:
- Dec 14, 2006, 8:17:25 AM (18 years ago)
- Location:
- branches/playability/src/world_entities
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10073 r10077 144 144 void SwarmLauncher::fire() 145 145 { 146 Projectile* pj ;146 Projectile* pj = NULL; 147 147 int i = 0; 148 148 std::list<WorldEntity*> eList = State::getObjectManager()->getEntityList( OM_GROUP_00);
Note: See TracChangeset
for help on using the changeset viewer.