@ -6,6 +6,6 @@ public class Game
public void initNewGame()
{
mField = new Figure[64];
mField = new Figure[Figure.fieldLength * Figure.fieldLength];
}