Don't complain about transitioning back to PRE_GAME.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@428 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-09-11 19:45:38 +00:00
parent 2b81903c73
commit 9450dc5f2c
2 changed files with 7 additions and 3 deletions
@@ -207,6 +207,8 @@ public abstract class GameController extends PlaceController
protected boolean stateDidChange (int state)
{
switch (state) {
case GameObject.PRE_GAME:
return true;
case GameObject.IN_PLAY:
gameDidStart();
return true;