This commit is contained in:
ThirstyShark 2019-02-08 09:38:42 -06:00
commit fec521679f

View File

@ -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()
{