We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6307ab5 commit 35ff0bcCopy full SHA for 35ff0bc
src/xrGame/CustomMonster.cpp
@@ -748,7 +748,7 @@ bool CCustomMonster::net_Spawn(CSE_Abstract* DC)
748
const Fvector vertex_pos = ai().level_graph().vertex_position(ai_location().level_vertex_id());
749
const u32 level_vertex_id = movement().restrictions().accessible_nearest(vertex_pos, dest_position);
750
751
- const bool vertex_id_is_valid = ai().game_graph().valid_vertex_id(level_vertex_id);
+ const bool vertex_id_is_valid = ai().level_graph().valid_vertex_id(level_vertex_id);
752
VERIFY(vertex_id_is_valid);
753
if (vertex_id_is_valid)
754
{
0 commit comments