diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-22 14:10:05 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-22 14:10:05 +0000 |
commit | 8531380de420291fb9bb88c5bb847fa3ef47b177 (patch) | |
tree | 74047b3cf7a376e107641392a129f8c7f682fcaf /apps/plugins | |
parent | 9e7898b4f7d9673f6dfec58d1b301c249532d48d (diff) |
Fix unintentional removal of an if-statement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29912 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/solitaire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 01a75df39a..7ff75537aa 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -1918,6 +1918,7 @@ int solitaire( int skipmenu ) } #ifdef NEED_LASTBUTTON_VAR + if( button != BUTTON_NONE ) lastbutton = button; #endif |