From 993c85dcaf4c7993c18cef6083b4156c460717e8 Mon Sep 17 00:00:00 2001 From: wfowler Date: Sun, 18 Apr 2021 02:29:00 -0600 Subject: [PATCH] Quake 2 has 19 lumps, not 16. --- LibBSP/Source/Structs/BSP/BSP.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LibBSP/Source/Structs/BSP/BSP.cs b/LibBSP/Source/Structs/BSP/BSP.cs index d1a64f2..35a42f7 100644 --- a/LibBSP/Source/Structs/BSP/BSP.cs +++ b/LibBSP/Source/Structs/BSP/BSP.cs @@ -745,9 +745,6 @@ namespace LibBSP { case MapType.Quake: { return 15; } - case MapType.Quake2: { - return 16; - } case MapType.Quake3: { return 17; } @@ -755,6 +752,9 @@ namespace LibBSP { case MapType.Nightfire: { return 18; } + case MapType.Quake2: { + return 19; + } case MapType.FAKK: case MapType.SiN: { return 20;