mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Fix item selection not returning to "Specify IPv4 Address"
This commit is contained in:
parent
4a15e2d1d8
commit
fc97ccd7d4
1 changed files with 1 additions and 0 deletions
|
@ -9987,6 +9987,7 @@ static void M_HandleConnectIP(INT32 choice)
|
|||
|
||||
if (exitmenu)
|
||||
{
|
||||
currentMenu->lastOn = itemOn;
|
||||
if (currentMenu->prevMenu)
|
||||
M_SetupNextMenu (currentMenu->prevMenu);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue