fix yellow, commit f2f1889 left a variable unused

Change-Id: I128bf509cb68860cc2c12b42d032621a5bc71008
This commit is contained in:
Amaury Pouly 2017-08-27 19:24:20 +02:00
parent 27ca56d241
commit b31ae4554a

View file

@ -1513,7 +1513,6 @@ static int sokoban_menu(void)
int selection = 0; int selection = 0;
bool menu_quit; bool menu_quit;
int start_selected = 0; int start_selected = 0;
int prev_level = current_info.level.index;
MENUITEM_STRINGLIST(menu, "Sokoban Menu", NULL, MENUITEM_STRINGLIST(menu, "Sokoban Menu", NULL,
"Resume", "Select Level", "Audio Playback", "Keys", "Resume", "Select Level", "Audio Playback", "Keys",