Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2006, 4:02:06 PM (18 years ago)
Author:
bensch
Message:

More stuff in Cannon and Hyperblast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/hover.cc

    r6807 r6811  
    7676  Weapon* wpLeft = new TestGun(1);
    7777  wpLeft->setName("testGun Left");
    78   Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_CANNON));
     78  Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_HYPERBLASTER));
    7979
    8080  cannon->setName("BFG");
Note: See TracChangeset for help on using the changeset viewer.