ONeill is now constructed with an existing ctor

This commit is contained in:
Bokros Bálint 2016-03-29 10:46:29 +02:00 committed by Kjistóf
parent 59d03d193f
commit 0230aec6d8

View File

@ -30,7 +30,7 @@ public class Menu {
System.out.println("6. Csillagkapu lövés");
System.out.println("X. Kilépés");
ONeill oNeill = new ONeill();
ONeill oNeill = new ONeill(new Field(), Direction.NORTH);
Scanner sc = new Scanner(System.in);