nodes: disable graph loading

This commit is contained in:
mittorn 2021-02-14 21:03:05 +00:00
parent 1a3c9787c8
commit df4c0f2071
1 changed files with 2 additions and 0 deletions

View File

@ -2291,6 +2291,8 @@ int CGraph :: FLoadGraph ( char *szMapName )
byte *aMemFile;
byte *pMemFile;
return FALSE;
Q_snprintf( szFilename, sizeof( szFilename ), "maps/%s.bsp", szMapName );
iResult = MAP_READ_LUMP( szFilename, LUMP_AINODEGRAPH, (void **)&aMemFile, &length );