Update more to 1.11

This commit is contained in:
Jackz 2022-07-05 13:50:51 -05:00
parent 0718b24855
commit 25a35284cd
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
13 changed files with 36 additions and 22 deletions

View file

@ -661,7 +661,7 @@ stock int L4D_GetPendingTankPlayer()
* @return True if glow was set, false if entity does not support glow.
*/
// L4D2 only.
stock bool L4D2_SetEntityGlow(int entity, L4D2GlowType type, int range, int minRange, int colorOverride[3], bool flashing)
stock bool L4D2_SetEntityGlow(int entity, L4D2GlowType type, int range, int minRange, colorOverride[3], bool flashing)
{
if (!IsValidEntity(entity))
{