Skip to content
Snippets Groups Projects
Commit 4dbca5c1 authored by CsellarAndras's avatar CsellarAndras
Browse files

Final correction in Game

parent 8aa67ea5
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ public class Game{
Explorer ex2 = new Explorer("ex2", unstablefield);
stablefield.accept(ex1); //A stabil mezore inicializaljuk ex1-t
unstablefield.accept(ex2); //Az instabil mezore inicializaljuk ex2-t
ex1.step(Direction.RIGHT);
//ex1.step(Direction.RIGHT); // no directional step anymore
Logger.decreaseTabs();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment