Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 14, 2006, 10:08:41 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed stupid included in base_object.h
this should lead to faster compile-times

File:
1 edited

Legend:

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

    r8316 r8362  
    2424#include "util/hud.h"
    2525
    26 using namespace std;
     26#include "debug.h"
    2727
    2828
     
    107107     if (objectList != NULL)
    108108     {
    109        list<BaseObject*>::const_iterator node;
     109       std::list<BaseObject*>::const_iterator node;
    110110       for (node = objectList->begin(); node != objectList->end(); node++)
    111111         if (this->playable != (*node) && (dynamic_cast<PNode*>(*node)->getAbsCoor() - this->playable->getAbsCoor()).len() < 10.0)
Note: See TracChangeset for help on using the changeset viewer.