forked from len0rd/rockbox
Fix unintentional removal of an if-statement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29912 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e7898b4f7
commit
8531380de4
1 changed files with 1 additions and 0 deletions
|
|
@ -1918,6 +1918,7 @@ int solitaire( int skipmenu )
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NEED_LASTBUTTON_VAR
|
#ifdef NEED_LASTBUTTON_VAR
|
||||||
|
if( button != BUTTON_NONE )
|
||||||
lastbutton = button;
|
lastbutton = button;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue