Clear out the turn when the game restarts.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@519 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -42,6 +42,15 @@ public class EZGameTurnDelegate extends TurnGameManagerDelegate
|
||||
endTurn();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void gameWillReset ()
|
||||
{
|
||||
super.gameWillReset();
|
||||
|
||||
// make it nobody's turn
|
||||
_turnGame.setTurnHolder(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void setFirstTurnHolder ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user