* Merge unified-sdl to trunk

* Bump Q3_VERSION to 1.35
This commit is contained in:
Tim Angus 2007-09-05 18:17:46 +00:00
parent 39abffeb3b
commit 672cfbf16f
188 changed files with 5071 additions and 41739 deletions

View file

@ -53,7 +53,7 @@ void CL_MapLoading( void ) {
}
qboolean CL_GameCommand( void ) {
return qfalse; // bk001204 - non-void
return qfalse;
}
void CL_KeyEvent (int key, qboolean down, unsigned time) {
@ -81,11 +81,9 @@ void CL_CDDialog( void ) {
void CL_FlushMemory( void ) {
}
void CL_StartHunkUsers( void ) {
void CL_StartHunkUsers( qboolean rendererOnly ) {
}
// bk001119 - added new dummy for sv_init.c
void CL_ShutdownAll(void) {}
// bk001208 - added new dummy (RC4)
qboolean CL_CDKeyValidate( const char *key, const char *checksum ) { return qtrue; }

View file

@ -47,7 +47,6 @@ void SNDDMA_Submit(void)
{
}
// bk001119 - added boolean flag, match client/snd_public.h
sfxHandle_t S_RegisterSound( const char *name, qboolean compressed )
{
return 0;