Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2007, 11:12:29 AM (17 years ago)
Author:
rennerc
Message:

FPSSniperRifle uses BspWeapon now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/npcs/adm_turret.cc

    r10703 r10704  
    254254void AdmTurret::addWeapon( const TiXmlElement * root )
    255255{
    256         this->weapon = new BspWeapon();
     256        this->weapon = new BspWeapon(getOMListNumber());
    257257        this->weapon->setParent( this->cannons );
    258258        this->weapon->loadParams(root);
Note: See TracChangeset for help on using the changeset viewer.