Update of /cvsroot/decaldev/source/DecalFilters
In directory usw-pr-cvs1:/tmp/cvs-serv18756
Modified Files:
CharacterStats.cpp
Log Message:
Server is a pre-login field.
Index: CharacterStats.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DecalFilters/CharacterStats.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** CharacterStats.cpp 17 Oct 2002 00:16:35 -0000 1.30
--- CharacterStats.cpp 22 Oct 2002 08:19:21 -0000 1.31
***************
*** 1050,1054 ****
HRESULT cCharacterStats::get_Server(BSTR *pVal)
{
! if (!GotLogin)
return E_FAIL;
--- 1050,1054 ----
HRESULT cCharacterStats::get_Server(BSTR *pVal)
{
! if( !(*Server) )
return E_FAIL;
|