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

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