Changeset 10035 in orxonox.OLD for branches/playability/src/world_entities/projectiles/projectile.h
- Timestamp:
- Dec 9, 2006, 7:00:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/projectile.h
r9969 r10035 62 62 inline float getElecDamage() { return this->elecDamage; }; 63 63 64 inline void setPhysDamage( float dmg) {this->physDamage = dmg; }; 65 inline void setElecDamage( float dmg) {this->elecDamage = dmg; }; 66 64 67 protected: 65 68 // energy … … 88 91 OrxSound::SoundBuffer engineBuffer; 89 92 90 virtual Vector newDirection(Vector curDirection, Vector estTargetDir, float angle);93 // virtual Vector newDirection(Vector curDirection, Vector estTargetDir, float angle); 91 94 }; 92 95
Note: See TracChangeset
for help on using the changeset viewer.