fixed compiling

This commit is contained in:
oy 2011-12-30 19:35:57 +01:00
parent de3e94d901
commit 8052ddf0ff

View file

@ -208,7 +208,7 @@ int CServerBan::BanExt(T *pBanPool, const typename T::CDataType *pData, int Seco
return Result; return Result;
// drop banned clients // drop banned clients
T::CDataType Data = *pData; typename T::CDataType Data = *pData;
for(int i = 0; i < MAX_CLIENTS; ++i) for(int i = 0; i < MAX_CLIENTS; ++i)
{ {
if(Server()->m_aClients[i].m_State == CServer::CClient::STATE_EMPTY) if(Server()->m_aClients[i].m_State == CServer::CClient::STATE_EMPTY)