Jeck - Removed "Reverse Triggers" option, as per issue 359.

This commit is contained in:
wagic.jeck
2010-02-25 15:22:19 +00:00
parent 233c1d8383
commit 5e0be442b0
7 changed files with 58 additions and 66 deletions

View File

@@ -139,7 +139,7 @@ void GuiHandSelf::Repos()
bool GuiHandSelf::CheckUserInput(JButton key)
{
JButton trigger = (options[Options::REVERSETRIGGERS].number ? JGE_BTN_PREV : JGE_BTN_NEXT);
JButton trigger = JGE_BTN_NEXT;
if (trigger == key)
{
state = (Open == state ? Closed : Open);