this should fix the abyss protocol compatability problems

This commit is contained in:
Bill Currie 2001-03-06 16:41:17 +00:00
parent 771648a5b4
commit e370eb3ce6

View file

@ -43,7 +43,7 @@ Game_Init (void)
{
if (COM_CheckParm ("-abyss")) {
abyss = true;
standard_quake = false;
standard_quake = true;
}
if (COM_CheckParm ("-rogue")) {