Fix help menu not returning to main menu.

This commit is contained in:
Mari the Deer 2021-05-17 21:41:01 +02:00
commit 7f98c28089
3 changed files with 6 additions and 2 deletions

View file

@ -31,6 +31,7 @@ Class SWWMHelpMenu : GenericMenu
override void Init( Menu parent )
{
Super.Init(parent);
curpage = 0;
prevpage = -1;
fadetic = gametic;