summaryrefslogtreecommitdiff
path: root/games/xptools/files/patch-WED__CreateEdgeTool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xptools/files/patch-WED__CreateEdgeTool.cpp')
-rw-r--r--games/xptools/files/patch-WED__CreateEdgeTool.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/xptools/files/patch-WED__CreateEdgeTool.cpp b/games/xptools/files/patch-WED__CreateEdgeTool.cpp
deleted file mode 100644
index 297c8110a064..000000000000
--- a/games/xptools/files/patch-WED__CreateEdgeTool.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/WEDMap/WED_CreateEdgeTool.cpp.orig 2018-07-05 09:49:45 UTC
-+++ src/WEDMap/WED_CreateEdgeTool.cpp
-@@ -413,6 +413,8 @@ void WED_CreateEdgeTool::FindNear(WED_Th
- for(int n = 0; n < c->GetNumEntities(); ++n)
- FindNear(NULL,c->GetNthEntity(n), filter, loc, out_thing, out_dsq);
- }
-+ default:
-+ break;
- }
- }
- else
-@@ -485,6 +487,8 @@ void WED_CreateEdgeTool::FindNearP2S(WED
- for(int n = 0; n < c->GetNumEntities(); ++n)
- FindNearP2S(NULL,c->GetNthEntity(n), filter, loc, out_thing, out_dsq);
- }
-+ default:
-+ break;
- }
- }
- else