mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
This commit is contained in:
parent
22c85298f0
commit
64d00faa8f
17 changed files with 93 additions and 82 deletions
|
@ -255,7 +255,7 @@ void S_Init (void)
|
|||
|
||||
if (host_parms.memsize < 0x800000)
|
||||
{
|
||||
Cvar_Set ("loadas8bit", "1");
|
||||
Cvar_Set (loadas8bit, "1");
|
||||
Con_Printf ("loading all sounds as 8bit\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue