From 3d0f38cac2ca16ea414c37f3697149aa71003216 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Fri, 14 Aug 2020 14:46:09 +0000 Subject: [PATCH] model_brush: Delete var sets that were preventing Q1BSP derivatives from loading. Fixes Arcane Dimensions. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12903 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/model_brush.c b/model_brush.c index 9c99ef4c..130c946b 100644 --- a/model_brush.c +++ b/model_brush.c @@ -3893,11 +3893,6 @@ void Mod_Q1BSP_Load(dp_model_t *mod, void *buffer, void *bufferend) mod->type = mod_brushq1; - mod->brush.ishlbsp = false; - mod->brush.isbsp2rmqe = false; - mod->brush.isbsp2 = false; - mod->brush.isq2bsp = false; - mod->brush.isq3bsp = false; mod->brush.skymasking = true; i = MSG_ReadLittleLong(&sb); -- 2.39.2