art103/ar-t6

switch editor should allow !swx

Opened this issue · 1 comments

all across GUI the switch editors should allow !SWx so a new specialized func (gui_edit_swich) should be introduced.

I had done this with + / - ints previously:
gui_int_edit(g_eeGeneral.trainer.mix[i-1].swtch, inc, -NUM_SWITCHES, NUM_SWITCHES);

I guess I need to take a git pull and get up to speed with the latest code.