Update -- we forgot we can have multiple people logged on from one connection.

This commit is contained in:
Charles Lohr
2005-01-12 05:40:23 +00:00
parent c7679f7304
commit f997d3cdf8
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ public:
bool useSMserver;
bool isSMOnline;
bool isSMOLoggedIn;
bool isSMOLoggedIn[NUM_PLAYERS];
vector <int> m_PlayerStatus;
int m_ActivePlayers;