buttons can be pressed again now

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1607 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-08-08 09:14:38 +00:00
parent 1e02e98d4a
commit aed65abdc5

View file

@ -52,7 +52,7 @@ int button_set_release(int newmask)
static int real_button_get(void)
{
int btn;
int btn = 0;
if (bActive)
{