Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8921


Ignore:
Timestamp:
Nov 2, 2011, 4:14:02 PM (12 years ago)
Author:
eceline
Message:

vectors to store the next checkpoints

File:
1 edited

Legend:

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

    r8915 r8921  
    8282        XMLPortParam(RaceCheckPoint, "islast", setLast, getLast, xmlelement, mode).defaultValues(false);
    8383        XMLPortParam(RaceCheckPoint, "timelimit", setTimelimit, getTimeLimit, xmlelement, mode).defaultValues(0);
    84     //XMLPortParamTemplate(RaceCheckPoint, "nextcheckpoints", setNextcheckpoint, getNextcheckpoint, xmlelement, mode,std::vector<int>);
     84    //XMLPortParamTemplate(RaceCheckPoint, "nextcheckpoints", setNextcheckpoint, getNextcheckpoint, xmlelement, mode,const std::vector<int>&);
    8585    }
    8686
Note: See TracChangeset for help on using the changeset viewer.