mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
this should fix the abyss protocol compatability problems
This commit is contained in:
parent
771648a5b4
commit
e370eb3ce6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Game_Init (void)
|
|||
{
|
||||
if (COM_CheckParm ("-abyss")) {
|
||||
abyss = true;
|
||||
standard_quake = false;
|
||||
standard_quake = true;
|
||||
}
|
||||
|
||||
if (COM_CheckParm ("-rogue")) {
|
||||
|
|
Loading…
Reference in a new issue