diff --git a/dlls/nodes.cpp b/dlls/nodes.cpp index e76bc172f..f85b71c54 100644 --- a/dlls/nodes.cpp +++ b/dlls/nodes.cpp @@ -2326,7 +2326,7 @@ bool CGraph::FLoadGraph(const char* szMapName) const std::string fileName{std::string{"maps/graphs/"} + szMapName + ".nod"}; //Note: no path ID to allow loading graphs from addon content. - const auto buffer = FileSystem_LoadFileIntoBuffer(fileName.c_str()); + const auto buffer = FileSystem_LoadFileIntoBuffer(fileName.c_str(), "GAMECONFIG"); if (buffer.empty()) {