fix spelling mistake

This commit is contained in:
shark 2019-02-08 15:28:11 +00:00
parent bbb3ae4870
commit 041989af59

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