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

edit bug

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