You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
world_data::unk_482f8 appears to be the same type as world::pathfinder except for the eight fields at the end of the latter structure, which leads me to suspect either that the latter has an member instance of the former as its first member
The text was updated successfully, but these errors were encountered:
after further research, it turns out this is not the case; the structures are similar but not identical as one is a heap for 2D pathfinding and the other is a heap for 3D pathfinding
world_data::unk_482f8
appears to be the same type asworld::pathfinder
except for the eight fields at the end of the latter structure, which leads me to suspect either that the latter has an member instance of the former as its first memberThe text was updated successfully, but these errors were encountered: