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:
parent
310e963a38
commit
228c365f61
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user