Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5064 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.cc


Ignore:
Timestamp:
Aug 17, 2005, 1:32:23 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shooting-star :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.cc

    r5063 r5064  
    2121
    2222#include "state.h"
    23 
     23#include "list.h"
    2424
    2525using namespace std;
     
    4444    PRINTF(0)("collision %s vs %s @ (%f,%f,%f)\n", this->getName(), entity->getName(), location.x, location.y, location.z);
    4545  this->setVisibiliy(false);
    46   //State::getWorldEntityList()->remove(this);
     46  State::getWorldEntityList()->remove(this);
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.