Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2016, 1:59:00 PM (8 years ago)
Author:
landauf
Message:

added c++11 features to code that was added in presentationHS15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/orxonox/worldentities/ExplosionPart.cc

    r11052 r11065  
    4747        this->effect2_ = "";
    4848        this->model_= new Model(this->getContext());
    49         this->effect1Particle_= NULL;
    50         this->effect2Particle_= NULL;
     49        this->effect1Particle_= nullptr;
     50        this->effect2Particle_= nullptr;
    5151        this->explosionEntity_ = new MovableEntity(this->getContext());
    5252        this->posOffset_ = Vector3::ZERO;
Note: See TracChangeset for help on using the changeset viewer.