Jeck - reverted fix for invalid issue 359.

This commit is contained in:
wagic.jeck
2010-02-26 00:46:03 +00:00
parent 4248ddd3a0
commit e9b6860923
7 changed files with 66 additions and 58 deletions

View File

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