From 756ed1c14b805acc78b18d320facb8abcfc25ba4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 20 Dec 2021 15:47:26 +0100 Subject: [PATCH] - removed the workaround to make Lunatic Fringe not glitch. --- source/core/maphack.cpp | 13 ------------- source/core/maploader.cpp | 2 -- source/core/rendering/scene/hw_bunchdrawer.cpp | 2 -- .../d19081afa18bf00c9f151e51104358ee.mhk | 7 ------- .../dea84af1e11afd14e38a619728a5f57b.mhk | 7 ------- 5 files changed, 31 deletions(-) delete mode 100644 wadsrc/static/engine/compatibility/d19081afa18bf00c9f151e51104358ee.mhk delete mode 100644 wadsrc/static/engine/compatibility/dea84af1e11afd14e38a619728a5f57b.mhk diff --git a/source/core/maphack.cpp b/source/core/maphack.cpp index 21c2735d0..0c4eb0fc1 100644 --- a/source/core/maphack.cpp +++ b/source/core/maphack.cpp @@ -41,7 +41,6 @@ #include "mapinfo.h" static TArray usermaphacks; -TArray> blockingpairs; void AddUserMapHack(usermaphack_t& mhk) { @@ -143,17 +142,6 @@ static int32_t LoadMapHack(const char *filename, SpawnSpriteDef& sprites) } else currentsector = -1; } - else if (sc.Compare("blocks")) - { - if (sc.CheckNumber() && validateWall()) - { - if (blockingpairs.Size() < (unsigned)numwalls) - { - blockingpairs.Resize(numwalls); - } - blockingpairs[currentwall].Push(sc.Number); - } - } else if (sc.Compare("sector")) { if (sc.CheckNumber()) @@ -383,7 +371,6 @@ static int32_t LoadMapHack(const char *filename, SpawnSpriteDef& sprites) void loadMapHack(const char* filename, const unsigned char* md4, SpawnSpriteDef& sprites) { hw_ClearSplitSector(); - blockingpairs.Reset(); FString internal = "engine/compatibility/"; for (int j = 0; j < 16; ++j) diff --git a/source/core/maploader.cpp b/source/core/maploader.cpp index 6e8ac4efd..9b94ff3a5 100644 --- a/source/core/maploader.cpp +++ b/source/core/maploader.cpp @@ -379,8 +379,6 @@ static void ReadSpriteV5(FileReader& fr, spritetype& spr, int& secno) } -void addBlockingPairs(); - // allocates global map storage. Blood will also call this. void allocateMapArrays(int numsprites) { diff --git a/source/core/rendering/scene/hw_bunchdrawer.cpp b/source/core/rendering/scene/hw_bunchdrawer.cpp index bbacf9118..ef8f7481a 100644 --- a/source/core/rendering/scene/hw_bunchdrawer.cpp +++ b/source/core/rendering/scene/hw_bunchdrawer.cpp @@ -46,7 +46,6 @@ #include "hw_sections.h" #include "coreactor.h" -extern TArray> blockingpairs; //========================================================================== // // @@ -338,7 +337,6 @@ void BunchDrawer::ProcessBunch(int bnch) int ww = sectionLines[i].wall; if (ww != -1) { - //if (blockingpairs.Size() > 0) for (auto p : blockingpairs[ww]) blockwall.Set(sectionLines[p].wall); show2dwall.Set(ww); if (!gotwall[i]) diff --git a/wadsrc/static/engine/compatibility/d19081afa18bf00c9f151e51104358ee.mhk b/wadsrc/static/engine/compatibility/d19081afa18bf00c9f151e51104358ee.mhk deleted file mode 100644 index aa907ad4d..000000000 --- a/wadsrc/static/engine/compatibility/d19081afa18bf00c9f151e51104358ee.mhk +++ /dev/null @@ -1,7 +0,0 @@ -// Lunatic Fringe v1.3 + v1.5 -wall 682 blocks 755 blocks 756 blocks 757 -wall 683 blocks 755 blocks 756 blocks 757 -wall 684 blocks 755 blocks 756 blocks 757 -wall 694 blocks 739 blocks 740 blocks 741 -wall 695 blocks 739 blocks 740 blocks 741 -wall 696 blocks 739 blocks 740 blocks 741 diff --git a/wadsrc/static/engine/compatibility/dea84af1e11afd14e38a619728a5f57b.mhk b/wadsrc/static/engine/compatibility/dea84af1e11afd14e38a619728a5f57b.mhk deleted file mode 100644 index f463fb0c5..000000000 --- a/wadsrc/static/engine/compatibility/dea84af1e11afd14e38a619728a5f57b.mhk +++ /dev/null @@ -1,7 +0,0 @@ -// Lunatic Fringe WT -wall 682 blocks 755 blocks 756 blocks 757 -wall 683 blocks 755 blocks 756 blocks 757 -wall 684 blocks 755 blocks 756 blocks 757 -wall 694 blocks 739 blocks 740 blocks 741 -wall 695 blocks 739 blocks 740 blocks 741 -wall 696 blocks 739 blocks 740 blocks 741