Skip to content
Snippets Groups Projects
Commit 8ef70c94 authored by HydroFlo's avatar HydroFlo
Browse files

bug boss

parent 5a3984fb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -595,7 +595,7 @@ class Labyrinthe extends Program{ ...@@ -595,7 +595,7 @@ class Labyrinthe extends Program{
salle[indiceP[0]][indiceP[1]] = 'P'; salle[indiceP[0]][indiceP[1]] = 'P';
} }
if(indiceSalle[0] == length(lab)/2 && indiceSalle[1] == length(lab)/2){ if(indiceSalle[0] == length(lab)/2 && indiceSalle[1] == length(lab)/2){
salle[length(salle, 1)][length(salle,2)] = 'B'; salle[length(salle, 1)/2][length(salle,2)/2] = 'B';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment