Changeset 10701 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
 - Jun 14, 2007, 11:15:04 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/world_entities/weapons/rf_cannon.cc
r10698 r10701 69 69 void RFCannon::init() 70 70 { 71 72 71 this->setScaling(.2); 73 72 … … 92 91 this->setBarrels(4); 93 92 this->setSegs(1); 94 this->activeBarrel = 0;93 this->activeBarrel = (rand() % 4); 95 94 96 95 this->objComp = new PNode**[this->getBarrels()];  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






