From 6baea64fc96a18cef4e57283cd8c5f9ce53792e3 Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:53:37 +0100 Subject: [PATCH] Update cbase.h --- binary/dlls/cbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/dlls/cbase.h b/binary/dlls/cbase.h index 8583c8aa..f0bff3f7 100644 --- a/binary/dlls/cbase.h +++ b/binary/dlls/cbase.h @@ -429,7 +429,7 @@ void PlayLockSounds(entvars_t *pev, locksound_t *pls, int flocked, int fbutton); // MultiSouce // -#define MAX_MULTI_TARGETS 16 // maximum number of targets a single multi_manager entity may be assigned. +#define MAX_MULTI_TARGETS 64 // maximum number of targets a single multi_manager entity may be assigned. This was on 16 before. That was breaking Xfire this whole time? Damn. #define MS_MAX_TARGETS 32 class CMultiSource : public CPointEntity