We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b129b61 commit ad8969eCopy full SHA for ad8969e
src/core/modules/filters/filters_recipients.h
@@ -96,8 +96,12 @@ class MRecipientFilter : public IRecipientFilter
96
private:
97
bool m_bReliable;
98
bool m_bInitMessage;
99
- CVecRecipients<int> m_Recipients;
100
-
+#ifdef ENGINE_ORANGEBOX
+ CVecRecipients<int> m_Recipients;
101
+#else
102
+ CUtlVector<int> m_Recipients;
103
+#endif
104
+
105
// If using prediction rules, the filter itself suppresses local player
106
bool m_bUsingPredictionRules;
107
// If ignoring prediction cull, then external systems can determine
0 commit comments