Skip to content
Snippets Groups Projects
Commit 562a9094 authored by HydroFlo's avatar HydroFlo
Browse files

edit bug

parent 68e1f52f
No related branches found
No related tags found
No related merge requests found
...@@ -616,7 +616,7 @@ class Labyrinthe extends Program{ ...@@ -616,7 +616,7 @@ class Labyrinthe extends Program{
boolean ques = equals(toLowerCase(readString()), "o"); boolean ques = equals(toLowerCase(readString()), "o");
if(ques){ if(ques){
print("Combien voulez vous en ajouter ? : "); print("Combien voulez vous en ajouter ? : ");
int nbAjout = nbFromString(0); int nbAjout = nbFromString(1);
ajoutQuestion(questionTemp, nbAjout); ajoutQuestion(questionTemp, nbAjout);
questionTemp = load("ressources/ListeQuestion.csv"); questionTemp = load("ressources/ListeQuestion.csv");
afficheStringTab(questionTemp); afficheStringTab(questionTemp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment