tf: Ensure SO_TRACKER_SPEW_TRACKER_ACCEPTANCE flag is cleared in ensure_so_trackers_for_steamid

Closes #880
This commit is contained in:
Dmitry Tsarevich 2025-02-27 18:54:14 +03:00
parent aea94b32cb
commit 86870e6e96
No known key found for this signature in database
GPG key ID: 43F9C46DD0E9FDB0

View file

@ -33,7 +33,7 @@ extern short g_nQuestSpewFlags;
#define SO_TRACKER_SPEW_GC_COMMITS 1<<2
#define SO_TRACKER_SPEW_OBJECTIVE_TRACKER_MANAGEMENT 1<<3
#define SO_TRACKER_SPEW_SOCACHE_ACTIVITY 1<<4
#define SO_TRACKER_SPEW_TRACKER_ACCEPTANCE 1<<5
#define SO_TRACKER_SPEW_TRACKER_ACCEPTANCE (1<<5)
void SOTrackerSpew( const char* pszBuff, int nType );
#define SO_TRACKER_SPEW( pszBuff, nType ) SOTrackerSpew( pszBuff, nType );