Make first follower selectable again

This commit is contained in:
Wumbo 2024-09-12 13:38:31 -04:00
parent 45304f5c3d
commit b4ec4ef691

View file

@ -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