Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2011, 2:28:24 AM (13 years ago)
Author:
rgrieder
Message:

Fixed warning and removed unreachable and strange line of code.

File:
1 edited

Legend:

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

    r8283 r8312  
    398398            for (int mode_index = 0; mode_index < 3; ++mode_index)
    399399            {
    400                 if (mode_index == (unsigned int)new_mode) // skip commands that are already in the desired mode
     400                if (mode_index == new_mode) // skip commands that are already in the desired mode
    401401                    continue;
    402402
Note: See TracChangeset for help on using the changeset viewer.