summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/map.c b/map.c
index 49ef237..ff0d61a 100644
--- a/map.c
+++ b/map.c
@@ -23,9 +23,11 @@ void Fmap (SURFACES*surfaces, POSITIONS* positions,PERSONNAGES persos[],ENNEMIS
switch (event.key.keysym.sym)
{
case SDLK_RETURN:
+ case SDLK_f:
continuer=Fjouer(surfaces,positions,persos,ennemis);
break;
case SDLK_ESCAPE:
+ case SDLK_a:
continuer=0;
break;
}