Skip to content

Commit

Permalink
Update cbase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts authored Oct 6, 2023
1 parent 5bf1a79 commit 6baea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/cbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6baea64

Please sign in to comment.