fixed a ugly mistake :D

This commit is contained in:
Denis 2012-11-30 10:28:02 +01:00
parent 64648fdec2
commit c6e8b28b0f

View File

@ -13,7 +13,7 @@ public class RandomGenerator {
public static double initDeathRate = 0.20;
public static int initRounds = 10;
public static ArrayList<Node> nodes = new ArrayList<Node>();
public static List<Node> nodes = new ArrayList<Node>();
public static Random gen = new Random();
/**