At the end of a game, forget the current turn holder.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@541 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2008-01-05 01:09:39 +00:00
parent d3456ea511
commit 6e5142f938
@@ -87,6 +87,7 @@ public class EZPartyTurnDelegate extends GameManagerDelegate
// we can forget about any ordering now // we can forget about any ordering now
_ordering = null; _ordering = null;
_currentHolderId = 0;
} }
// from EZGameTurnDelegate // from EZGameTurnDelegate