From df4d1c8ac7dcc5a175500633615b38434134f1c7 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Tue, 11 Aug 2026 15:55:23 -0500 Subject: [PATCH] #169 rider: shorten the roster build-gate tag to [WRONG BUILD] -- the '-- WILL NOT LAUNCH' tail clipped at the 536px row edge (caught in the layout preview render) Co-Authored-By: Claude Fable 5 --- game/glass/btl4lobby.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game/glass/btl4lobby.cpp b/game/glass/btl4lobby.cpp index fdf673c..f1c62ec 100644 --- a/game/glass/btl4lobby.cpp +++ b/game/glass/btl4lobby.cpp @@ -267,7 +267,9 @@ static void member.vehicle[0] ? member.vehicle : "mech", member.color[0] ? member.color : "-", member.isSelf ? L" (you)" : L"", - build_ok ? L"" : L" [WRONG BUILD -- WILL NOT LAUNCH]"); + // #169: keep the tag short -- the long "-- WILL NOT LAUNCH" + // tail clipped at the 536px row edge on long name+vehicle rows. + build_ok ? L"" : L" [WRONG BUILD]"); } else {