Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 11:11:16 AM (16 years ago)
Author:
rgrieder
Message:

Corrected types when using 'const Type' constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/TclThreadManager.cc

    r1784 r1786  
    4646namespace orxonox
    4747{
    48     const int TCLTHREADMANAGER_MAX_QUEUE_LENGTH = 100;
    49     const int TCLTHREADMANAGER_MAX_CPU_USAGE    = 0.50;
     48    const unsigned int TCLTHREADMANAGER_MAX_QUEUE_LENGTH = 100;
     49    const float TCLTHREADMANAGER_MAX_CPU_USAGE = 0.50f;
    5050
    5151    SetConsoleCommandShortcutAlias(TclThreadManager, execute, "tclexecute").argumentCompleter(0, autocompletion::tclthreads());
Note: See TracChangeset for help on using the changeset viewer.