Changeset 10533 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 31, 2007, 2:27:59 AM (18 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/light_blaster.cc
r10528 r10533 127 127 void LightBlaster::fire() 128 128 { 129 PRINTF(0)("=>>fir\n");130 129 Projectile* pj = this->getProjectile(); 131 130 if (pj == NULL) -
trunk/src/world_entities/weapons/swarm_launcher.cc
r10516 r10533 155 155 bool fired = false; 156 156 157 PRINTF(0)("fire\n"); 157 158 Projectile* pj = NULL; 158 159 for( ObjectList<Playable>::const_iterator eIterator = Playable::objectList().begin(); eIterator !=Playable::objectList().end(); eIterator++)
Note: See TracChangeset
for help on using the changeset viewer.