* (bug #3729) server dependencies on client.h (Ben Millwood)
* (bug #3731) BUILD_MISSIONPACK flag in Makefile (Gabriel Schnoering <gabriel.schnoering@gmail.com>) * (bug #3756) Q3VM crashes on unaligned block copy with SIGBUS (Patrick Baggett <baggett.patrick@figglesoftware.com>) and... * (bug #3755) IOQuake3 shouldn't use GCC-specific __FUNCTION__
This commit is contained in:
parent
acbf982689
commit
b555d68b3f
13 changed files with 36 additions and 32 deletions
|
@ -135,7 +135,6 @@ static int currentHandle = -1;
|
|||
static int CL_handle = -1;
|
||||
|
||||
extern int s_soundtime; // sample PAIRS
|
||||
extern int s_paintedtime; // sample PAIRS
|
||||
|
||||
|
||||
void CIN_CloseAllVideos(void) {
|
||||
|
|
|
@ -490,8 +490,6 @@ void CL_VerifyCode( void );
|
|||
|
||||
float CL_KeyState (kbutton_t *key);
|
||||
char *Key_KeynumToString (int keynum);
|
||||
int Key_GetCatcher( void );
|
||||
void Key_SetCatcher( int catcher );
|
||||
|
||||
//
|
||||
// cl_parse.c
|
||||
|
|
|
@ -38,7 +38,6 @@ void S_SoundList_f(void);
|
|||
void S_Music_f(void);
|
||||
|
||||
void S_Update_( void );
|
||||
void S_UpdateBackgroundTrack( void );
|
||||
void S_Base_StopAllSounds(void);
|
||||
void S_Base_StopBackgroundTrack( void );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue