Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2007, 4:44:17 PM (17 years ago)
Author:
nicolasc
Message:

EOD commit

File:
1 edited

Legend:

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

    r10159 r10170  
    2727#include "weapons/heavy_blaster.h"
    2828#include "weapons/swarm_launcher.h"
     29#include "weapons/spike_launcher.h"
    2930#include "weapons/boomerang_gun.h"
    3031#include "weapons/turret.h"
     
    170171  //wpLeft3->setParent( this);
    171172
    172   Weapon* cannon = new SwarmLauncher();
    173   cannon->setName( "SwarmLauncher");
     173  Weapon* cannon = new SpikeLauncher();
     174  cannon->setName( "SpikeLauncher");
    174175  //cannon->setParent( this);
    175176
Note: See TracChangeset for help on using the changeset viewer.