Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 12:20:14 AM (16 years ago)
Author:
landauf
Message:

removed WorldEntity, SpaceShip and several other objects
removed SpaceShip-related hacks in network and other places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.cc

    r1755 r1916  
    3131#include "HUDSpeedBar.h"
    3232#include "core/CoreIncludes.h"
    33 #include "objects/SpaceShip.h"
    3433
    3534namespace orxonox
     
    4948    void HUDSpeedBar::tick(float dt)
    5049    {
     50/*
    5151        SpaceShip* ship = SpaceShip::getLocalShip();
    5252        if (ship)
     
    5757                this->setValue(value);
    5858        }
     59*/
    5960    }
    6061}
Note: See TracChangeset for help on using the changeset viewer.