From 935904b0420a605038c9e43acb7bac604c82843e Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 6 Nov 2022 12:52:07 +0100 Subject: [PATCH] Make variant duck appear in New-Variant combobox of WB --- winboard/woptions.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/winboard/woptions.c b/winboard/woptions.c index fe5223a..c7d78e6 100644 --- a/winboard/woptions.c +++ b/winboard/woptions.c @@ -873,6 +873,7 @@ int radioButton[] = { // this is a remnant of the radiobuttons, and should be re OPT_VariantLion, -1, OPT_VariantJanggi, + 666, -2 // sentinel }; -- 1.7.0.4