Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2010, 12:37:53 PM (15 years ago)
Author:
gnadler
Message:

RocketController now creates rocket. compiles.
but rocket doesn't spawn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/rocket/src/modules/weapons/weaponmodes/SimpleRocketFire.cc

    r6810 r6813  
    3131#include "util/Math.h"
    3232#include "core/CoreIncludes.h"
    33 #include "weapons/projectiles/SimpleRocket.h"
     33#include "weapons/RocketController.h"
    3434
    3535#include "weaponsystem/Weapon.h"
     
    6161    void SimpleRocketFire::fire()
    6262    {
    63         SimpleRocket* rocket = new SimpleRocket(this);
     63        //SimpleRocket* rocket = new SimpleRocket(this);
     64                RocketController* con = new RocketController(this);
     65
    6466
    6567      /*  this->computeMuzzleParameters(this->getWeapon()->getWeaponPack()->getWeaponSystem()->getPawn()->getAimPosition());
Note: See TracChangeset for help on using the changeset viewer.