mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 08:33:36 +00:00
fixing unused warning
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user