mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
||||
if( button != BUTTON_NONE )
|
||||
lastbutton = button;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue