Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1385


Ignore:
Timestamp:
May 22, 2008, 4:58:58 PM (16 years ago)
Author:
scheusso
Message:

another fix in hud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/HUD.cc

    r1384 r1385  
    104104        energyBar->resize();
    105105
     106        if(!SpaceShip::getLocalShip())
     107          return;
    106108        float v = SpaceShip::getLocalShip()->getVelocity().length();
    107109        float vmax = SpaceShip::getLocalShip()->getMaxSpeed();
Note: See TracChangeset for help on using the changeset viewer.