Jeck - reverted fix for invalid issue 359.
This commit is contained in:
@@ -243,7 +243,12 @@ bool GuiCombat::CheckUserInput(JButton key)
|
||||
case JGE_BTN_PRI:
|
||||
active = activeAtk = NULL; cursor_pos = OK;
|
||||
break;
|
||||
case JGE_BTN_NEXT:
|
||||
if (!options[Options::REVERSETRIGGERS].number) return false;
|
||||
active = activeAtk = NULL; cursor_pos = OK;
|
||||
break;
|
||||
case JGE_BTN_PREV:
|
||||
if (options[Options::REVERSETRIGGERS].number) return false;
|
||||
active = activeAtk = NULL; cursor_pos = OK;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user