mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
arm64 : fix mempool align
This commit is contained in:
@@ -25,7 +25,7 @@ enum QueryResultType
|
||||
};
|
||||
|
||||
// Can pass this into IContextualQuery::IsHindrance to see if any hindrance is ever possible
|
||||
#define IS_ANY_HINDRANCE_POSSIBLE ( (CBaseEntity*)0xFFFFFFFF )
|
||||
#define IS_ANY_HINDRANCE_POSSIBLE ( (CBaseEntity*)-1 )
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user