Bump max decals. This isn't year 2000 anymore. Also use a number divisible by 100 as that's the amount the menu slider increases by.

This commit is contained in:
nashmuhandes 2025-08-06 08:28:59 +08:00
commit e1c2c93f28

View file

@ -102,7 +102,7 @@ CUSTOM_CVAR(Int, sv_corpsequeuesize, 64, CVAR_ARCHIVE|CVAR_SERVERINFO|CVAR_NOINI
}
}
CUSTOM_CVAR (Int, cl_maxdecals, 1024, CVAR_ARCHIVE|CVAR_NOINITCALL)
CUSTOM_CVAR (Int, cl_maxdecals, 2000, CVAR_ARCHIVE|CVAR_NOINITCALL)
{
if (self < 0)
{