Changeset 10704 in orxonox.OLD for branches/presentation/src/world_entities/npcs
- Timestamp:
- Jun 15, 2007, 11:12:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/adm_turret.cc
r10703 r10704 254 254 void AdmTurret::addWeapon( const TiXmlElement * root ) 255 255 { 256 this->weapon = new BspWeapon( );256 this->weapon = new BspWeapon(getOMListNumber()); 257 257 this->weapon->setParent( this->cannons ); 258 258 this->weapon->loadParams(root);
Note: See TracChangeset
for help on using the changeset viewer.