Bug fix. I hate crashes :)

This commit is contained in:
Christopher Beckmann 2015-11-13 14:56:32 +01:00
parent 0a0febe781
commit 403522c5b3

View file

@ -57,6 +57,7 @@ public class GameField implements Cloneable {
oneDimension[i*size+j] = placeholder[i][j];
}
}
initCells(oneDimension);
}
public void initCells(int[] level) {