Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 3:06:34 PM (19 years ago)
Author:
bensch
Message:

collision stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/turbine_hover.cc

    r7067 r7072  
    116116  this->acceleration = 10.0f;
    117117  this->airFriction = 2.0f;
     118
     119  this->setHealthMax(100);
     120  this->setHealth(100);
     121
    118122
    119123  // camera - issue
     
    256260 */
    257261void TurbineHover::collidesWith(WorldEntity* entity, const Vector& location)
    258 {}
     262{
     263  Playable::collidesWith(entity, location);
     264}
    259265
    260266
Note: See TracChangeset for help on using the changeset viewer.