Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2011, 2:51:40 PM (13 years ago)
Author:
eceline
Message:

Vektoren

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceraceTwo/src/modules/gametypes/RaceCheckPoint.cc

    r8858 r8915  
    5555    RaceCheckPoint::~RaceCheckPoint()
    5656    {
     57         //if (this->isInitialized())
     58        {
     59            //for (size_t i = 0; i < this->nextcheckpoints_.size(); ++i)
     60              //  this->nextcheckpoints_[i]->destroy();
     61        }
     62        nextcheckpoints_.clear();
    5763    }
    5864
     
    7682        XMLPortParam(RaceCheckPoint, "islast", setLast, getLast, xmlelement, mode).defaultValues(false);
    7783        XMLPortParam(RaceCheckPoint, "timelimit", setTimelimit, getTimeLimit, xmlelement, mode).defaultValues(0);
     84    //XMLPortParamTemplate(RaceCheckPoint, "nextcheckpoints", setNextcheckpoint, getNextcheckpoint, xmlelement, mode,std::vector<int>);
    7885    }
    7986
Note: See TracChangeset for help on using the changeset viewer.