Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 13, 2016, 11:13:30 PM (8 years ago)
Author:
landauf
Message:

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

File:
1 edited

Legend:

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

    r11059 r11062  
    8686        this->aimPosition_ = Vector3::ZERO;
    8787
    88         //this->explosionPartList_ = NULL;
     88        //this->explosionPartList_ = nullptr;
    8989
    9090        if (GameMode::isMaster())
     
    523523    Munition* Pawn::getMunitionXML() const
    524524    {
    525         return NULL;
     525        return nullptr;
    526526    }
    527527
     
    533533        }
    534534
    535         return NULL;
     535        return nullptr;
    536536    }
    537537
Note: See TracChangeset for help on using the changeset viewer.