diff options
Diffstat (limited to 'games/xptools/files/patch-WED__ATCLayer.cpp')
-rw-r--r-- | games/xptools/files/patch-WED__ATCLayer.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xptools/files/patch-WED__ATCLayer.cpp b/games/xptools/files/patch-WED__ATCLayer.cpp deleted file mode 100644 index 6b9b21d8e3eb..000000000000 --- a/games/xptools/files/patch-WED__ATCLayer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/WEDMap/WED_ATCLayer.cpp.orig 2018-07-05 15:08:08 UTC -+++ src/WEDMap/WED_ATCLayer.cpp -@@ -131,7 +131,7 @@ bool WED_ATCLayer::DrawEntityStructure - bool road = seg->AllowTrucks() && !seg->AllowAircraft(); - bool one_way = seg->IsOneway(); - -- int mtr1 = 5, mtr2 = 10; -+ double mtr1 = 5, mtr2 = 10; - switch(icao_width) { - case width_A: mtr1 = 4.5; mtr2 = 15.0; break; - case width_B: mtr1 = 6.0; mtr2 = 24.0; break; |