Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4502 in orxonox.OLD for orxonox/trunk/src/util/track/track_manager.h


Ignore:
Timestamp:
Jun 3, 2005, 12:15:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the bug with the setSavePointS()-function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/track/track_manager.h

    r4501 r4502  
    157157  int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL);
    158158  void setSavePointS(const char* nextElementName);
    159   int setSavePoint(TrackElement* trackElem = NULL);
     159  void setSavePoint(TrackElement* trackElem = NULL);
    160160  void fork(unsigned int count, ...);
    161161  void forkS(unsigned int count, ...);
Note: See TracChangeset for help on using the changeset viewer.