Changeset 6811 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 28, 2006, 4:02:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/hover.cc
r6807 r6811 76 76 Weapon* wpLeft = new TestGun(1); 77 77 wpLeft->setName("testGun Left"); 78 Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_ CANNON));78 Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_HYPERBLASTER)); 79 79 80 80 cannon->setName("BFG");
Note: See TracChangeset
for help on using the changeset viewer.