From c200b936e78a1d7fa6326aff5fb15699f9b78f3d Mon Sep 17 00:00:00 2001 From: thilo Date: Mon, 28 Aug 2006 00:44:59 +0000 Subject: Fix crash when recording to files and the map changes. Was caused by new, correct, behaviour of FS_Restart() which would close the files before they'd be closed by the client. git-svn-id: svn://svn.icculus.org/quake3/trunk@878 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index 9db786a..89ea4c6 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -376,6 +376,7 @@ void CL_Snd_Restart_f (void); void CL_StartDemoLoop( void ); void CL_NextDemo( void ); void CL_ReadDemoMessage( void ); +void CL_StopRecord_f(void); void CL_InitDownloads(void); void CL_NextDownload(void); -- cgit v1.2.3