Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7942


Ignore:
Timestamp:
Feb 21, 2011, 2:37:56 AM (13 years ago)
Author:
rgrieder
Message:

Fixed GCC warning (unsigned/signed mismatch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/input/KeyBinder.cc

    r7891 r7942  
    396396
    397397            // iterate over all modes
    398             for (size_t mode_index = 0; mode_index < 3; ++mode_index)
     398            for (int mode_index = 0; mode_index < 3; ++mode_index)
    399399            {
    400400                if (mode_index == new_mode) // skip commands that are already in the desired mode
Note: See TracChangeset for help on using the changeset viewer.