ThirstyShark 5 years ago
commit fec521679f

@ -31,7 +31,7 @@ public class CellPanel extends javax.swing.JPanel implements ActionListener, Cha
private boolean cycledir = true;
Player player;
ArrayList<Cell> cells = new ArrayList<Cell>(100000000); // Limit us at 10,000,000 cells
ArrayList<Cell> cells = new ArrayList<Cell>(100000000); // Limit us at 100,000,000 cells (if we ever get there)
public CellPanel()
{

Loading…
Cancel
Save