Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8312


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.

Location:
code/branches/kicklib2/src/libraries/core
Files:
2 edited

Legend:

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

    r7284 r8312  
    158158        {
    159159            return this->callFunctionWithIndex(&ConfigValueContainer::tset, input);
    160             return false;
    161160        }
    162161        else
  • 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.