Fixed problem introduced in r4165 preventing any platform except iOS to

select a deck.
This commit is contained in:
Xawotihs
2012-01-07 10:22:39 +00:00
parent d9625ed034
commit a28c90dacf

View File

@@ -129,8 +129,10 @@ void DeckMenuItem::checkUserClick()
mIsValidSelection = true;
}
else
mIsValidSelection = true;
#endif
{
mIsValidSelection = true;
}
}