From 5284d2cf0e31870b5dab2e8ed9b9cb86313cbd2b Mon Sep 17 00:00:00 2001 From: brady Date: Mon, 29 Mar 2010 05:24:34 +0000 Subject: [PATCH] testing git-svn-id: https://bd85.net/svn/cs3505_group@30 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 4526bef..3a7d875 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 @@ -254,7 +254,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 == 1 && localPlayer == players[0]) + if(allReady && players.Count == 2 && localPlayer == players[0]) { if (currentKeyboardState.IsKeyDown(Keys.B) && previousKeyboardState.IsKeyUp(Keys.B)) { -- 2.43.0