Changeset 8312
- Timestamp:
- Apr 23, 2011, 2:28:24 AM (14 years ago)
- Location:
- code/branches/kicklib2/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/libraries/core/ConfigValueContainer.cc
r7284 r8312 158 158 { 159 159 return this->callFunctionWithIndex(&ConfigValueContainer::tset, input); 160 return false;161 160 } 162 161 else -
code/branches/kicklib2/src/libraries/core/input/KeyBinder.cc
r8283 r8312 398 398 for (int mode_index = 0; mode_index < 3; ++mode_index) 399 399 { 400 if (mode_index == (unsigned int)new_mode) // skip commands that are already in the desired mode400 if (mode_index == new_mode) // skip commands that are already in the desired mode 401 401 continue; 402 402
Note: See TracChangeset
for help on using the changeset viewer.