From 6252bdaaa77c0ea3783867481fbf34a4c14a6c89 Mon Sep 17 00:00:00 2001 From: MascaraSnake Date: Fri, 16 Sep 2016 21:54:02 +0200 Subject: [PATCH] Added "No physics" flag description to slope linedef types and fixed some description errors with linedef type 414. --- Build/Configurations/Srb2-21slopeszb.cfg | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Build/Configurations/Srb2-21slopeszb.cfg b/Build/Configurations/Srb2-21slopeszb.cfg index ac56f4e..043d1c6 100644 --- a/Build/Configurations/Srb2-21slopeszb.cfg +++ b/Build/Configurations/Srb2-21slopeszb.cfg @@ -1849,9 +1849,9 @@ linedeftypes title = "Play Sound Effect"; prefix = "(414)"; flags2text = "[1] From sector center"; - flags64text = "[6] From nowhere"; + flags64text = "[6] From nowhere for triggerer"; flags512text = "[9] For everyone"; - flags512text = "[9] From tagged FOF"; + flags1024text = "[10] From tagged sectors"; } 415 @@ -2310,6 +2310,7 @@ linedeftypes prefix = "(700)"; slope = "regular"; slopeargs = 1; + flags2048text = "[11] No physics"; } 701 @@ -2318,6 +2319,7 @@ linedeftypes prefix = "(701)"; slope = "regular"; slopeargs = 2; + flags2048text = "[11] No physics"; } 702 @@ -2326,6 +2328,7 @@ linedeftypes prefix = "(702)"; slope = "regular"; slopeargs = 3; + flags2048text = "[11] No physics"; } 703 @@ -2334,6 +2337,7 @@ linedeftypes prefix = "(703)"; slope = "regular"; slopeargs = 9; + flags2048text = "[11] No physics"; } 704 @@ -2343,6 +2347,7 @@ linedeftypes flags8192text = "[13] Use tag and offsets"; slope = "vertex"; slopeargs = 0; + flags2048text = "[11] No physics"; } 705 @@ -2352,6 +2357,7 @@ linedeftypes flags8192text = "[13] Use tag and offsets"; slope = "vertex"; slopeargs = 1; + flags2048text = "[11] No physics"; } 710 @@ -2360,6 +2366,7 @@ linedeftypes prefix = "(710)"; slope = "regular"; slopeargs = 4; + flags2048text = "[11] No physics"; } 711 @@ -2368,6 +2375,7 @@ linedeftypes prefix = "(711)"; slope = "regular"; slopeargs = 8; + flags2048text = "[11] No physics"; } 712 @@ -2376,6 +2384,7 @@ linedeftypes prefix = "(712)"; slope = "regular"; slopeargs = 12; + flags2048text = "[11] No physics"; } 713 @@ -2384,6 +2393,7 @@ linedeftypes prefix = "(713)"; slope = "regular"; slopeargs = 6; + flags2048text = "[11] No physics"; } 714 @@ -2393,6 +2403,7 @@ linedeftypes flags8192text = "[13] Use tag and offsets"; slope = "vertex"; slopeargs = 2; + flags2048text = "[11] No physics"; } 715 @@ -2402,6 +2413,7 @@ linedeftypes flags8192text = "[13] Use tag and offsets"; slope = "vertex"; slopeargs = 3; + flags2048text = "[11] No physics"; } 720 @@ -2410,6 +2422,7 @@ linedeftypes prefix = "(720)"; slope = "copy"; slopeargs = 1; + flags2048text = "[11] No physics"; } 721 @@ -2418,6 +2431,7 @@ linedeftypes prefix = "(721)"; slope = "copy"; slopeargs = 2; + flags2048text = "[11] No physics"; } 722 @@ -2426,6 +2440,7 @@ linedeftypes prefix = "(722)"; slope = "copy"; slopeargs = 3; + flags2048text = "[11] No physics"; } }