mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update ai_networkmanager.cpp
This commit is contained in:
parent
11652d015d
commit
49be7e4e96
@ -30,8 +30,8 @@ CAI_NetworkBuilder::BuildFile
|
||||
*/
|
||||
void CAI_NetworkBuilder::SaveNetworkGraph(CAI_Network* pNetwork)
|
||||
{
|
||||
string svMeshDir = "maps\\navmesh\\";
|
||||
string svGraphDir = "maps\\graphs\\";
|
||||
const string svMeshDir = "maps\\navmesh\\";
|
||||
const string svGraphDir = "maps\\graphs\\";
|
||||
|
||||
fs::path fsMeshPath(svMeshDir + g_pHostState->m_levelName + "_" + HULL_SIZE[3] + ".nm");
|
||||
fs::path fsGraphPath(svGraphDir + g_pHostState->m_levelName + ".ain");
|
||||
|
Loading…
x
Reference in New Issue
Block a user