fixing unused warning

This commit is contained in:
Clément Le Bihan
2021-06-19 20:15:32 +02:00
parent 6342c6bce7
commit e68b1359d8
-1
View File
@@ -157,7 +157,6 @@ namespace BBM
distance[pos.y][pos.x] = 1;
direction[pos.y][pos.x] = i;
}
int finalDir = -1;
while (d < 6) {
for (int i = 0; i < 17; i++) {
for (int j = 0; j < 17; j++) {