Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 10:29:13 PM (17 years ago)
Author:
rennerc
Message:

die player die

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/projectile_weapon.cc

    r10368 r10749  
    150150void ProjectileWeapon::collidesWith (WorldEntity* target, const Vector& location)
    151151{
    152   dynamic_cast<SpaceShip*>(target)->damage(this->getPhysDamage(),this->getElecDamage());
     152//  dynamic_cast<SpaceShip*>(target)->damage(this->getPhysDamage(),this->getElecDamage());
    153153//   this->destroy(NULL);
    154154  this->destroy(target);
Note: See TracChangeset for help on using the changeset viewer.