Changeset 6693 in orxonox.OLD for branches/network/src/world_entities/projectiles
- Timestamp:
- Jan 25, 2006, 2:19:46 PM (19 years ago)
- Location:
- branches/network/src/world_entities/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/projectiles/guided_missile.cc
r6627 r6693 43 43 this->setMaxEnergy(10); 44 44 this->lifeSpan = 10.0; 45 this->agility = 5 00;45 this->agility = 5; 46 46 this->maxVelocity = 75; 47 47 -
branches/network/src/world_entities/projectiles/laser.cc
r6654 r6693 17 17 18 18 #include "laser.h" 19 #include <assert.h> 20 19 21 20 22 #include "fast_factory.h" … … 26 28 #include "particle_emitter.h" 27 29 #include "sprite_particles.h" 30 #include <cassert> 28 31 29 32 #include "assert.h"
Note: See TracChangeset
for help on using the changeset viewer.