]> Dogcows Code - chaz/carfire/commitdiff
testing
authorbrady <brady@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Mon, 29 Mar 2010 05:24:34 +0000 (05:24 +0000)
committerbrady <brady@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Mon, 29 Mar 2010 05:24:34 +0000 (05:24 +0000)
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

index 4526befecb6c26ae2bf03441644bcf9324ccb016..3a7d8753afa18bb05eecb31d917148ca1d59d1bd 100644 (file)
@@ -254,7 +254,7 @@ namespace CS_3505_Project_06
                         }\r
 \r
                         //allows host to start the game when all players are ready, change count below to different number for testing with less then 4 players\r
-                        if(allReady && players.Count == 1 && localPlayer == players[0])\r
+                        if(allReady && players.Count == 2 && localPlayer == players[0])\r
                         {\r
                             if (currentKeyboardState.IsKeyDown(Keys.B) && previousKeyboardState.IsKeyUp(Keys.B))\r
                             {\r
This page took 0.020649 seconds and 4 git commands to generate.