Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6563 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 3:02:54 PM (18 years ago)
Author:
patrick
Message:

network: weapon draw hack

File:
1 edited

Legend:

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

    r6560 r6563  
    274274void SpaceShip::tick (float time)
    275275{
     276  this->getWeaponManager()->tick(time);
     277  // weapon system manipulation
     278  this->weaponAction();
     279
    276280  if( this != State::getPlayer()->getControllable())
    277281    return;
     282
    278283  // spaceship controlled movement
    279284  this->calculateVelocity(time);
     
    314319  this->shiftCoor (move);
    315320
    316   this->getWeaponManager()->tick(time);
    317   // weapon system manipulation
    318   this->weaponAction();
     321
    319322}
    320323
Note: See TracChangeset for help on using the changeset viewer.