mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Use proper types
This commit is contained in:
parent
ae1d0516c2
commit
26b51681e9
@ -799,7 +799,7 @@ void CConsole::ClearLog(void)
|
||||
//-----------------------------------------------------------------------------
|
||||
void CConsole::ColorLog(void) const
|
||||
{
|
||||
for (int i = 0; i < m_ivConLog.size(); i++)
|
||||
for (size_t i = 0; i < m_ivConLog.size(); i++)
|
||||
{
|
||||
if (!m_itFilter.PassFilter(m_ivConLog[i].m_svConLog.c_str()))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user