Fix item selection not returning to "Specify IPv4 Address"

This commit is contained in:
James R 2019-10-19 13:07:20 -07:00
parent 4a15e2d1d8
commit fc97ccd7d4
1 changed files with 1 additions and 0 deletions

View File

@ -9987,6 +9987,7 @@ static void M_HandleConnectIP(INT32 choice)
if (exitmenu)
{
currentMenu->lastOn = itemOn;
if (currentMenu->prevMenu)
M_SetupNextMenu (currentMenu->prevMenu);
else