remove *dep directories

This commit is contained in:
Chips-fr 2015-05-23 13:28:13 +00:00
parent f0c47e548f
commit 6cbdde5724
85 changed files with 28 additions and 16861 deletions

View file

@ -262,7 +262,7 @@ int keycode2amiga(SDL_keysym *prKeySym)
{
int iAmigaKeycode = kc_decode(prKeySym);
if (iAmigaKeycode == -1)
return decode_fr(prKeySym);
return decode_us(prKeySym);
return iAmigaKeycode;
}