Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4829 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 9, 2005, 1:11:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shoots are visible again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/test_gun.cc

    r4758 r4829  
    2323#include "test_gun.h"
    2424
    25 #include "stdincl.h"
    2625#include "world_entity.h"
    2726#include "model.h"
    2827#include "test_bullet.h"
    2928
     29#include "state.h"
    3030#include "vector.h"
    3131#include "list.h"
     
    157157  pj->setAbsDir(this->getAbsDir());
    158158  pj->setVelocity(this->getVelocity());
    159   this->worldEntities->add(pj);
     159  State::getWorldEntityList()->add(pj);
    160160  this->localTime = 0;
    161161
Note: See TracChangeset for help on using the changeset viewer.