Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 10:30:03 PM (17 years ago)
Author:
nicolasc
Message:

created hbolt.[cc,h], copied from laser, used in heavy blaster
included models

File:
1 edited

Legend:

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

    r9975 r9979  
    133133
    134134  //weapons:
    135   Weapon* wpRight = new LightBlaster ();
     135  Weapon* wpRight = new HeavyBlaster ();
    136136  wpRight->setName("Blaster Right");
    137   Weapon* wpLeft = new LightBlaster ();
     137  Weapon* wpLeft = new HeavyBlaster ();
    138138  wpLeft->setName("Blaster Left");
    139139
Note: See TracChangeset for help on using the changeset viewer.