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:
parent
879677e401
commit
fec2ba1ff5
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ default
|
|||
if (num == 90004)
|
||||
{
|
||||
current_menu = -1;
|
||||
menu_page = 0;
|
||||
}
|
||||
else if (index != -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue