mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 21:14:22 +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++)
|
for (int i = 0; i < this->nListeners(); i++)
|
||||||
if (this->listeners[i])
|
if (this->listeners[i])
|
||||||
((DialogueListener*)this->listeners[i])->selectCallback(this,
|
((DialogueListener*)this->listeners[i])->escapeCallback(this,
|
||||||
this->p_submenus[0].sel);
|
this->p_submenus[0].sel);
|
||||||
Gui::gui->popDialogueBox();
|
Gui::gui->popDialogueBox();
|
||||||
if (this->delete_on_action)
|
if (this->delete_on_action)
|
||||||
|
Loading…
Reference in New Issue
Block a user