2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-29 08:05:50 +03:00

Update cvar.cpp

This commit is contained in:
In-line 2017-02-20 20:06:55 +04:00 committed by GitHub
parent 61afe7a7b9
commit 310e963a38

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;