From b2b6aae65f44491a7fac195a287e943bfe4cc4a4 Mon Sep 17 00:00:00 2001 From: brady Date: Sat, 20 Mar 2010 09:55:19 +0000 Subject: [PATCH] testing git-svn-id: https://bd85.net/svn/cs3505_group@20 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs | 2 +- Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 31ce27b..d8fa910 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 @@ -54,7 +54,7 @@ namespace CS_3505_Project_06 KeyboardState previousKeyboardState; KeyboardState currentKeyboardState; - GamerCollection players; + GamerCollection players; AvailableNetworkSessionCollection availableSessions; int selectedSessionIndex; diff --git a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs index 283979b..62c4b94 100644 --- a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs +++ b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs @@ -69,7 +69,7 @@ namespace CS_3505_Project_06 // I added this as I needed a way to display all gamers not just the first gamer // -Brady - public GamerCollection LocalGamers + public GamerCollection LocalGamers { get { -- 2.43.0