Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1453


Ignore:
Timestamp:
May 28, 2008, 5:06:45 PM (16 years ago)
Author:
scheusso
Message:

the spaceships of the other players now also have a radarpoint and targeting mode ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/SpaceShip.cc

    r1448 r1453  
    4848#include "core/ConsoleCommand.h"
    4949#include "network/Client.h"
     50#include "hud/HUD.h"
    5051
    5152namespace orxonox
     
    143144        if(network::Client::getSingleton() && objectID == network::Client::getSingleton()->getShipID())
    144145          myShip_=true;
     146        else
     147          HUD::getSingleton().addRadarObject(this->getNode(), 2);
    145148      }
    146149      if(Model::create())
Note: See TracChangeset for help on using the changeset viewer.