diff options
Diffstat (limited to 'src/cl_download.c')
-rw-r--r-- | src/cl_download.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cl_download.c b/src/cl_download.c index 315ee05..1763fd2 100644 --- a/src/cl_download.c +++ b/src/cl_download.c @@ -534,7 +534,7 @@ void CL_RequestNextDownload( void ) { if( allow_download->integer <= 0 || NET_IsLocalAddress( &cls.serverAddress ) ) { if( precache_check <= PRECACHE_MAP ) { - CL_RegisterModels(); + CL_RegisterBspModels(); } CL_Begin(); @@ -662,7 +662,7 @@ void CL_RequestNextDownload( void ) { } // load the map file before checking textures - CL_RegisterModels(); + CL_RegisterBspModels(); if( allow_download_textures->integer ) { for( i = 0; i < cl.bsp->numtexinfo; i++ ) { |