2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-02-06 02:30:44 +03:00

Update cvar.cpp

This commit is contained in:
In-line 2017-02-20 20:07:41 +04:00 committed by GitHub
parent 310e963a38
commit 228c365f61

View File

@ -586,7 +586,7 @@ void Cmd_CvarList_f(void)
{
// Open log
int i;
for (i = 0; i < MAX_CVARLIST_FILES; i++)
for (i = 0; i < MAX_CVARLIST_FILES; i++)
{
Q_snprintf(szTemp, ARRAYSIZE(szTemp) - 1, "cvarlist%02d.txt", i);
szTemp[ARRAYSIZE(szTemp) - 1] = 0;