Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2007, 9:46:13 PM (17 years ago)
Author:
nicolasc
Message:

just another upload
GUI seems to work, but there are still some unexplainable segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10194 r10196  
    2828#include "weapons/swarm_launcher.h"
    2929#include "weapons/spike_launcher.h"
     30#include "weapons/spike_thrower.h"
    3031#include "weapons/boomerang_gun.h"
    3132#include "weapons/turret.h"
     
    173174  Weapon* cannon = new SwarmLauncher();
    174175  cannon->setName( "SwarmLauncher");
    175   //cannon->setParent( this);
     176
     177  Weapon* spike = new SpikeLauncher();
     178  spike->setName( "SpikeThrower" );
    176179
    177180
     
    195198
    196199  this->secWeaponMan.addWeapon( cannon, 0, 0);
     200  this->secWeaponMan.addWeapon( spike, 1, 1);
    197201
    198202 
Note: See TracChangeset for help on using the changeset viewer.