diff options
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r-- | src/client/cl_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c index 5d91da92..543c9b4f 100644 --- a/src/client/cl_main.c +++ b/src/client/cl_main.c @@ -2038,6 +2038,8 @@ void CL_DownloadsComplete( void ) { // by sending the donedl command we request a new gamestate // so we don't want to load stuff yet return; + } else { + FS_ClearPakReferences(0); } // let the client game init and load data |