Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 12:52:23 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: projectile inherits Energies from WorldEntity

File:
1 edited

Legend:

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

    r6222 r6431  
    4242  this->loadModel("models/projectiles/orx-rocket.obj", .3);
    4343
    44   this->energyMin = 1;
    45   this->energyMax = 10;
     44  this->setMinEnergy(1);
     45  this->setMaxEnergy(10);
    4646  this->lifeSpan = 5;
    4747
Note: See TracChangeset for help on using the changeset viewer.