Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6433 in orxonox.OLD for trunk/src/world_entities/weapons/rocket.cc


Ignore:
Timestamp:
Jan 8, 2006, 1:50:16 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: the turret now fires too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/rocket.cc

    r6431 r6433  
    132132void Rocket::collidesWith(WorldEntity* entity, const Vector& location)
    133133{
    134   if (this->hitEntity != entity && entity->isA(CL_NPC))
     134  if (this->hitEntity != entity)
    135135    this->destroy();
    136136  this->hitEntity = entity;
Note: See TracChangeset for help on using the changeset viewer.