1 Aug 2009 15:20
teru: r22091 - trunk/apps/plugins
<mailer <at> svn.rockbox.org>
2009-08-01 13:20:20 GMT
2009-08-01 13:20:20 GMT
Date: 2009-08-01 15:20:20 +0200 (Sat, 01 Aug 2009) New Revision: 22091 Log Message: pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the menu. Simplify menu. Modified: trunk/apps/plugins/pegbox.c Modified: trunk/apps/plugins/pegbox.c =================================================================== --- trunk/apps/plugins/pegbox.c 2009-07-30 18:33:17 UTC (rev 22090) +++ trunk/apps/plugins/pegbox.c 2009-08-01 13:20:20 UTC (rev 22091) <at> <at> -44,7 +44,7 <at> <at> #define PLAYER 7 #if CONFIG_KEYPAD == RECORDER_PAD -#define PEGBOX_SAVE BUTTON_ON +#define PEGBOX_SELECT BUTTON_ON #define PEGBOX_QUIT BUTTON_OFF #define PEGBOX_RESTART BUTTON_F2 #define PEGBOX_LVL_UP BUTTON_F1 <at> <at> -54,14 +54,14 <at> <at> #define PEGBOX_RIGHT BUTTON_RIGHT #define PEGBOX_LEFT BUTTON_LEFT -#define SAVE_TEXT "ON" +#define SELECT_TEXT "ON" #define QUIT_TEXT "OFF"(Continue reading)
RSS Feed