Comment spelling fix.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@461 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-10-23 01:23:11 +00:00
parent 456b93e08f
commit ef70bd5752
@@ -623,7 +623,7 @@ public class EZGameManager extends GameManager
super.gameDidEnd(); super.gameDidEnd();
// EZ games immediately resest to PRE_GAME after they end so that they can be restarted if // EZ games immediately reset to PRE_GAME after they end so that they can be restarted if
// desired by having all players call playerReady() again // desired by having all players call playerReady() again
_ezObj.setState(EZGameObject.PRE_GAME); _ezObj.setState(EZGameObject.PRE_GAME);
} }