better reset on unjoin

This commit is contained in:
Glenn Maynard
2007-04-27 21:14:50 +00:00
parent 6d9e23f60c
commit 7c314952b2
2 changed files with 30 additions and 46 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
GameState();
~GameState();
void Reset();
void ResetPlayer( PlayerNumber pn );
void ApplyCmdline(); // called by Reset
void ApplyGameCommand( const RString &sCommand, PlayerNumber pn=PLAYER_INVALID );
void BeginGame(); // called when first player joins