Reset the menu page when message 90004 is received

Fixes an issue reported by Arsone.Danick; it happens e.g. when the menu was left in a page other than the first, and another avatar takes control.
This commit is contained in:
Sei Lisa 2020-04-03 02:23:30 +02:00 committed by Sei-Lisa
parent 879677e401
commit fec2ba1ff5

View file

@ -442,6 +442,7 @@ default
if (num == 90004)
{
current_menu = -1;
menu_page = 0;
}
else if (index != -1)
{