From b4ec4ef691a505b2def4d53f4f5263dc890ed43e Mon Sep 17 00:00:00 2001 From: Wumbo <58399748+WumboSpasm@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:38:31 -0400 Subject: [PATCH] Make first follower selectable again --- src/d_netcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index ace69eff1..45b66b1f9 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -870,8 +870,8 @@ void D_RegisterClientCommands(void) Followercolor_cons_t[0].value = FOLLOWERCOLOR_DEFAULT; Followercolor_cons_t[0].strvalue = "Default"; // Add "Default" option, which will use the default color of the selected follower - Color_cons_t[MAXSKINCOLORS].value = Followercolor_cons_t[MAXSKINCOLORS+3].value = 0; - Color_cons_t[MAXSKINCOLORS].strvalue = Followercolor_cons_t[MAXSKINCOLORS+3].strvalue = NULL; + Color_cons_t[MAXSKINCOLORS].value = Followercolor_cons_t[MAXSKINCOLORS+2].value = 0; + Color_cons_t[MAXSKINCOLORS].strvalue = Followercolor_cons_t[MAXSKINCOLORS+2].strvalue = NULL; // Set default player names // Monster Iestyn (12/08/19): not sure where else I could have actually put this, but oh well