Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1929 in orxonox.OLD for orxonox/trunk/core/shoot_rocket.cc


Ignore:
Timestamp:
Jun 8, 2004, 11:02:09 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: inhibitor added, so it shoots in impulses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/shoot_rocket.cc

    r1927 r1929  
    153153  sh->next = lastShoot;
    154154  lastShoot = sh;
    155   inhibitor =0;
    156 }
     155  }
    157156void ShootRocket::addSideAcc(float x, float y, float z, enum RocketDirection direction)
    158157{
     
    173172  sh->next = lastShoot;
    174173  lastShoot = sh;
    175   inhibitor =0;
    176 
    177 }
     174}
     175
    178176void ShootRocket::addRotater(float x, float y, float z)
    179177{
     
    191189  sh->next = lastShoot;
    192190  lastShoot = sh;
    193   inhibitor =0;
    194191}
    195192
Note: See TracChangeset for help on using the changeset viewer.