Enabled keyboard repeat (maybe not in the best way).

Fixed FX/Feedback button that couldn't be switched off.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@145 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-14 00:50:18 +00:00
parent 77f3c5763e
commit beea105ef7
2 changed files with 4 additions and 4 deletions

View File

@@ -358,7 +358,7 @@ byte Lit_pixel_dans_brosse (word X,word Y)
void Clavier_de_depart(void)
{
UNIMPLEMENTED
SDL_EnableKeyRepeat(250, 32);
}
void Clavier_americain(void)