summaryrefslogtreecommitdiff
path: root/jouer.c
diff options
context:
space:
mode:
Diffstat (limited to 'jouer.c')
-rw-r--r--jouer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/jouer.c b/jouer.c
index 0b7641a..7c67993 100644
--- a/jouer.c
+++ b/jouer.c
@@ -93,6 +93,8 @@ int Fjouer (SURFACES *surfaces, POSITIONS *positions, PERSONNAGES persos[],ENNEM
else if(selection==OBJETS)
Fselectionnerobjet(surfaces,positions,persos,&Vtourallie,ennemis,Vnbennemis,&objets,&Vtour);
break;
+ default:
+ break;
}
break;
}