summaryrefslogtreecommitdiff
path: root/games/xptools/files/patch-WED__GroupCommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xptools/files/patch-WED__GroupCommands.cpp')
-rw-r--r--games/xptools/files/patch-WED__GroupCommands.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/xptools/files/patch-WED__GroupCommands.cpp b/games/xptools/files/patch-WED__GroupCommands.cpp
deleted file mode 100644
index 6b2f39c57535..000000000000
--- a/games/xptools/files/patch-WED__GroupCommands.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/WEDWindows/WED_GroupCommands.cpp.orig 2018-07-05 04:46:46 UTC
-+++ src/WEDWindows/WED_GroupCommands.cpp
-@@ -1091,7 +1091,7 @@ set<WED_GISEdge*> do_select_crossing(vec
- Bezier2 b1, b2;
- bool isb1, isb2;
-
-- if (isb1 = ii->GetSide(gis_Geo, 0, s1, b1))
-+ if ((isb1 == ii->GetSide(gis_Geo, 0, s1, b1)) == true)
- {
- s1.p1 = b1.p1;
- s1.p2 = b1.p2;
-@@ -1102,7 +1102,7 @@ set<WED_GISEdge*> do_select_crossing(vec
- b1.c2 = b1.p2;
- }
-
-- if (isb2 = jj->GetSide(gis_Geo, 0, s2, b2))
-+ if ((isb2 == jj->GetSide(gis_Geo, 0, s2, b2)) == true)
- {
- s2.p1 = b2.p1;
- s2.p2 = b2.p2;