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/Functor.h

    r1784 r1786  
    3939namespace orxonox
    4040{
    41     const int MAX_FUNCTOR_ARGUMENTS = 5;
     41    const unsigned int MAX_FUNCTOR_ARGUMENTS = 5;
    4242
    4343    enum FunctionType
Note: See TracChangeset for help on using the changeset viewer.