Closed gareth-smyth closed 4 years ago
Also updating signatures to match gui.c updates.
cli.c gui_choice was handling selections in the same way as gui_options - by bit shifting the selected options. It should just use the selection as the return value.
Also updating signatures to match gui.c updates.