Fix tiny compilation problem with mingw-gcc 3.4.2, and standardized tabs
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@324 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
8dd0113697
commit
b11d9e3ff9
2
divers.c
2
divers.c
@ -183,6 +183,7 @@ void Get_input(void)
|
||||
INPUT_Nouveau_Mouse_K=0;
|
||||
break;
|
||||
case SDL_KEYUP:
|
||||
{
|
||||
int ToucheR = Conversion_Touche(event.key.keysym);
|
||||
|
||||
if(ToucheR == Config_Touche[4])
|
||||
@ -197,6 +198,7 @@ void Get_input(void)
|
||||
ok=1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SDL_KEYDOWN:
|
||||
{
|
||||
//Appui sur une touche du clavier
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user