removed matrix
This commit is contained in:
@@ -78,9 +78,6 @@ void DESC::Initialize()
|
||||
|
||||
m_SequenceGenerator.seed(SEQUENCE_SEED);
|
||||
|
||||
m_dwMatrixRows = m_dwMatrixCols = 0;
|
||||
m_bMatrixTryCount = 0;
|
||||
|
||||
m_pkLoginKey = NULL;
|
||||
m_dwLoginKey = 0;
|
||||
m_dwPanamaKey = 0;
|
||||
@@ -975,30 +972,6 @@ void DESC::SendLoginSuccessPacket()
|
||||
// //printf("STATE_CHECK PACKET PROCESSED.\n");
|
||||
//}
|
||||
|
||||
void DESC::SetMatrixCardRowsAndColumns(unsigned long rows, unsigned long cols)
|
||||
{
|
||||
m_dwMatrixRows = rows;
|
||||
m_dwMatrixCols = cols;
|
||||
}
|
||||
|
||||
unsigned long DESC::GetMatrixRows()
|
||||
{
|
||||
return m_dwMatrixRows;
|
||||
}
|
||||
|
||||
unsigned long DESC::GetMatrixCols()
|
||||
{
|
||||
return m_dwMatrixCols;
|
||||
}
|
||||
|
||||
bool DESC::CheckMatrixTryCount()
|
||||
{
|
||||
if (++m_bMatrixTryCount >= 3)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void DESC::SetLoginKey(DWORD dwKey)
|
||||
{
|
||||
m_dwLoginKey = dwKey;
|
||||
|
||||
Reference in New Issue
Block a user