Changeset 10180 in orxonox.OLD for branches/playability/src/world_entities/projectiles/hbolt.cc
- Timestamp:
- Jan 4, 2007, 10:29:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/hbolt.cc
r10159 r10180 113 113 } 114 114 115 115 /* 116 116 void HBolt::collidesWith(WorldEntity* entity, const Vector& location) 117 117 { … … 122 122 dynamic_cast<SpaceShip*>(entity)->damage( this->getPhysDamage(), this->getElecDamage()); 123 123 this->deactivate(); 124 } 124 }*/ 125 125 126 126
Note: See TracChangeset
for help on using the changeset viewer.