mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
select -> escape
This commit is contained in:
parent
1839a8fb82
commit
8c5894b7ac
@ -50,7 +50,7 @@ void DialogueBox::escapeCallback(int which)
|
||||
{
|
||||
for (int i = 0; i < this->nListeners(); i++)
|
||||
if (this->listeners[i])
|
||||
((DialogueListener*)this->listeners[i])->selectCallback(this,
|
||||
((DialogueListener*)this->listeners[i])->escapeCallback(this,
|
||||
this->p_submenus[0].sel);
|
||||
Gui::gui->popDialogueBox();
|
||||
if (this->delete_on_action)
|
||||
|
Loading…
Reference in New Issue
Block a user