Warning fix on Intel compiler.

This commit is contained in:
King_DuckZ 2013-05-30 15:29:47 +02:00
parent 38d7568f9c
commit 61500281a9
5 changed files with 9 additions and 8 deletions

View file

@ -319,6 +319,7 @@ static int KeyMap::SetKeyMapping(KeyMap::Key key, int btn)
return KEYMAP_ERROR_KEY_ALREADY_USED;
g_Config.iMappingMap[key] = btn;
return btn;
}
static int KeyMap::RegisterPlatformDefaultKeyMap(std::map<int,int> *overriding_map)