mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 11:31:23 +00:00
tf: Ensure SO_TRACKER_SPEW_TRACKER_ACCEPTANCE flag is cleared in ensure_so_trackers_for_steamid
Closes #880
This commit is contained in:
parent
aea94b32cb
commit
86870e6e96
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue