Changeset 4963 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc
- Timestamp:
- Jul 28, 2005, 2:43:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4955 r4963 24 24 #include "weapon_manager.h" 25 25 #include "test_gun.h" 26 #include "turret.h" 26 27 #include "world.h" 27 28 … … 85 86 wpLeft->setName("testGun Left"); 86 87 88 Weapon* turret = new Turret(this->weaponMan); 87 89 this->weaponMan->addWeapon(wpLeft, 1, 0); 88 90 this->weaponMan->addWeapon(wpRight,1 ,1); 89 this->weaponMan->addWeapon( wpLeft, 3, 1);91 this->weaponMan->addWeapon(turret, 3, 1); 90 92 91 93 this->weaponMan->changeWeaponConfig(0);
Note: See TracChangeset
for help on using the changeset viewer.