mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -1231,7 +1231,7 @@ AI_PathNode_t CAI_Navigator::GetNearestNode()
|
||||
|
||||
Vector CAI_Navigator::GetNodePos( AI_PathNode_t node )
|
||||
{
|
||||
return GetNetwork()->GetNode((int)node)->GetPosition(GetHullType());
|
||||
return GetNetwork()->GetNode((intp)node)->GetPosition(GetHullType());
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user