mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Return to the first selection when reentering the menu
This commit is contained in:
parent
3d072f63c8
commit
54e41df785
@ -176,6 +176,11 @@ public:
|
||||
this->menu->pushEvent(ev);
|
||||
}
|
||||
|
||||
void viewPushCallback()
|
||||
{
|
||||
this->menu->selectOne(0);
|
||||
}
|
||||
|
||||
void draw(SDL_Surface *where)
|
||||
{
|
||||
SDL_Rect dst;
|
||||
|
Loading…
Reference in New Issue
Block a user