Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2007, 7:22:06 PM (16 years ago)
Author:
rgrieder
Message:
  • replaced a little hack in DebugLevel through a tiny one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/DebugLevel.h

    r684 r686  
    5454            ~DebugLevel() {}                    // don't delete
    5555
    56             int softDebugLevel_s;                       //!< The output level
    57             static DebugLevel* pointer_s;               //!< A pointer to the only existing instance of this class
    58             static bool bCreatingDebugLevelObject_s;    //!< True if the only instance is being created (this is needed to avoid recurstion - creating the object produces debug output, debug output needs the object)
     56            int softDebugLevel_;                //!< The output level
    5957    };
    6058}
Note: See TracChangeset for help on using the changeset viewer.