From e1c2c93f288bcc3176d4dc7e4a98ba317701df15 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Wed, 6 Aug 2025 08:28:59 +0800 Subject: [PATCH] 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. --- src/g_cvars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_cvars.cpp b/src/g_cvars.cpp index 8c412798a..cc6e88a8c 100644 --- a/src/g_cvars.cpp +++ b/src/g_cvars.cpp @@ -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) {