fix spelling mistake

master
shark 5 years ago
parent bbb3ae4870
commit 041989af59

@ -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