Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2006, 1:51:44 PM (17 years ago)
Author:
nicolasc
Message:

added some comments
made swarm missile spin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10036 r10037  
    511511    bFire = bSecFire = false;
    512512
     513  // fire reqeust/release for primary weapons
    513514  if( this->bFire)
    514515    this->weaponMan.fire();
     
    516517    this->weaponMan.releaseFire();
    517518
     519  // fire reqeust/release for secondary weapons
    518520  if( this->bSecFire)
    519521    this->secWeaponMan.fire();
Note: See TracChangeset for help on using the changeset viewer.