From fb60f1b299b1cc1f30986d05650032711ef3932c Mon Sep 17 00:00:00 2001 From: brady Date: Sat, 3 Apr 2010 02:34:30 +0000 Subject: [PATCH] changed player requirement to 4 players for final turn in git-svn-id: https://bd85.net/svn/cs3505_group@50 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs b/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs index 08efb7c..8fd3db8 100644 --- a/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs +++ b/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs @@ -365,7 +365,7 @@ namespace CS_3505_Project_06 } //allows host to start the game when all players are ready, change count below to different number for testing with less then 4 players - if (allReady && players.Count == 2 && localPlayer == players[0]) + if (allReady && players.Count == 4 && localPlayer == players[0]) { if (currentKeyboardState.IsKeyDown(Keys.B) && previousKeyboardState.IsKeyUp(Keys.B)) { -- 2.43.0