diff --git a/nq/source/game.c b/nq/source/game.c index f0e697e76..2914013d8 100644 --- a/nq/source/game.c +++ b/nq/source/game.c @@ -43,7 +43,7 @@ Game_Init (void) { if (COM_CheckParm ("-abyss")) { abyss = true; - standard_quake = false; + standard_quake = true; } if (COM_CheckParm ("-rogue")) {