Bug fix. I hate crashes :)
This commit is contained in:
parent
0a0febe781
commit
403522c5b3
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class GameField implements Cloneable {
|
|||
oneDimension[i*size+j] = placeholder[i][j];
|
||||
}
|
||||
}
|
||||
initCells(oneDimension);
|
||||
}
|
||||
|
||||
public void initCells(int[] level) {
|
||||
|
|
Loading…
Reference in a new issue