Added delay parameter to start of flowoftime

This commit is contained in:
Bokros Bálint 2016-05-07 14:19:53 +02:00
parent bf191678a6
commit a458aba4dd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class Game {
jaffa = new Player("Jaffa", players.get("jaffa"), getRandomDirection());
replicator = new PlayerBase("Replicator", players.get("replicator"), getRandomDirection());
flowoftime.start();
flowoftime.start(420*420);
}
private Direction getRandomDirection() {