Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6438 in orxonox.OLD for trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Jan 8, 2006, 1:51:55 PM (20 years ago)
Author:
bensch
Message:

trunk: widget war

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r6241 r6438  
    2222#include "class_list.h"
    2323#include "state.h"
     24#include "util/hud.h"
    2425
    2526using namespace std;
     
    5657
    5758  this->controllable = NULL;
     59  this->hud = new Hud();
    5860}
    5961
     
    9597         if (this->controllable != (*node) && (dynamic_cast<PNode*>(*node)->getAbsCoor() - this->controllable->getAbsCoor()).len() < 10.0)
    9698       {
    97  
     99
    98100         this->disconnectControllable();
    99101         this->setControllable(dynamic_cast<Playable*>(*node));
Note: See TracChangeset for help on using the changeset viewer.