Changeset 10179 in orxonox.OLD for branches/playability/src
- Timestamp:
- Jan 3, 2007, 7:07:43 PM (18 years ago)
- Location:
- branches/playability/src/world_entities
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/WorldEntities.am
r10170 r10179 42 42 world_entities/weapons/swarm_launcher.cc \ 43 43 world_entities/weapons/spike_launcher.cc \ 44 world_entities/weapons/acid_launcher.cc \ 44 45 \ 45 46 world_entities/projectiles/lbolt.cc \ … … 57 58 world_entities/projectiles/spike.cc \ 58 59 world_entities/projectiles/spike_ball.cc \ 60 world_entities/projectiles/acid_splash.cc \ 59 61 \ 60 62 world_entities/power_ups/turret_power_up.cc \ … … 158 160 weapons/swarm_launcher.h \ 159 161 weapons/spike_launcher.h \ 162 weapons/acid_launcher.h \ 160 163 \ 161 164 projectiles/lbolt.h \ … … 173 176 projectiles/spike.h \ 174 177 projectiles/spike_ball.h \ 178 projectiles/acid_splash.h \ 175 179 \ 176 180 power_ups/turret_power_up.h \ -
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10113 r10179 163 163 pj->setAbsDir(this->getAbsDir()); 164 164 dynamic_cast<SwarmProjectile*>(pj)->setTarget( (PNode*)(*eIterator) ); 165 pj->toList(OM_GROUP_01_PROJ);165 //pj->toList(OM_GROUP_01_PROJ); 166 166 pj->activate(); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.