From fb7ab6d08dfa0aa73e33a7dcf4a8ff7e9af757a4 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Fri, 17 Sep 2021 13:11:17 +0200 Subject: [PATCH] Add missing kRenderFx constant (#928) * Add missing kRenderFx constant * Change constant name to match SDK --- plugins/include/amxconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 2944fcdc..8b4be8f5 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -351,6 +351,7 @@ enum kRenderFxExplode, /* Scale up really big! */ kRenderFxGlowShell, /* Glowing Shell */ kRenderFxClampMinScale, /* Keep this sprite from getting very small (SPRITES only!) */ + kRenderFxLightMultiplier, /* CTM !!!CZERO added to tell the studiorender that the value in iuser2 is a lightmultiplier */ }; /**