- Timestamp:
- Dec 10, 2008, 9:20:39 PM (16 years ago)
- Location:
- code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc
r2391 r2398 44 44 { 45 45 RegisterObject(LaserGun); 46 47 //in future XMLPort 48 this->speed_ = 250; 46 47 this->speed_ = 1250; 49 48 50 49 } -
code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h
r2379 r2398 47 47 LaserGun(BaseObject* creator); 48 48 virtual ~LaserGun(); 49 49 50 50 virtual void takeBullets(); 51 51 virtual void takeMagazines();
Note: See TracChangeset
for help on using the changeset viewer.