Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4833 in orxonox.OLD for orxonox/trunk/src/util


Ignore:
Timestamp:
Jul 11, 2005, 5:46:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fight against the mighty segfault

File:
1 edited

Legend:

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

    r4746 r4833  
    2929
    3030//! The default Curve-Type to set for the whole path (if not chosen otherwise).
    31 #define TMAN_DEFAULT_CURVETYPE    CURVE_BEZIER
     31#define     TMAN_DEFAULT_CURVETYPE    CURVE_BEZIER
    3232//! A default value for the duration for each TrackElement
    33 #define TMAN_DEFAULT_DURATION     10
     33#define     TMAN_DEFAULT_DURATION     10
    3434//! A default width for the width of a TrackElement
    35 #define TMAN_DEFAULT_WIDTH        10
     35#define     TMAN_DEFAULT_WIDTH        10
    3636
    3737//! A Graph-Element, that holds the curve-structure of a Level.
Note: See TracChangeset for help on using the changeset viewer.