Fixes for timers.

This commit is contained in:
magenoxx 2013-06-20 15:50:06 +04:00
parent 724e7eff21
commit 7c187a1d2a
3 changed files with 19 additions and 6 deletions

View file

@ -106,7 +106,7 @@ public abstract class PlayerImpl<T extends PlayerImpl<T>> implements Player, Ser
protected boolean passedTurn;
protected int turns;
protected int storedBookmark = -1;
protected int priorityTimeLeft;
protected int priorityTimeLeft = Integer.MAX_VALUE;
/**
* This indicates that player passed all turns until his own turn starts.