Merge branch 'master' of https://git.cdweb.xyz/shark/CancerGrowth
This commit is contained in:
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…
x
Reference in New Issue
Block a user