diff --git a/dlls/nodes.cpp b/dlls/nodes.cpp index d863082..9d746af 100644 --- a/dlls/nodes.cpp +++ b/dlls/nodes.cpp @@ -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 );