mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
fix address sanitizer issues
This commit is contained in:
@@ -45,9 +45,8 @@ public:
|
||||
DECLARE_DATADESC();
|
||||
|
||||
private:
|
||||
bool UpdateState( void );
|
||||
|
||||
int m_state;
|
||||
bool UpdateState( void );
|
||||
int m_state;
|
||||
};
|
||||
|
||||
LINK_ENTITY_TO_CLASS( func_areaportal, CAreaPortal );
|
||||
|
||||
Reference in New Issue
Block a user