mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 14:31:58 +00:00
fix some AddressSanitizer issues
This commit is contained in:
@@ -100,7 +100,7 @@ struct AI_FollowGroup_t;
|
||||
struct AI_FollowManagerInfoHandle_t
|
||||
{
|
||||
AI_FollowGroup_t *m_pGroup;
|
||||
int m_hFollower;
|
||||
intp m_hFollower;
|
||||
};
|
||||
|
||||
//-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user