mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Because of this you couldn't join servers with passwords, and more of those problems. (tnx Mucht)
This commit is contained in:
parent
5892456e5d
commit
ac5f0306e3
@ -81,6 +81,9 @@ static void SelectGameWndProc(Window *w, WindowEvent *e)
|
|||||||
case 15: AskExitGame(); break;
|
case 15: AskExitGame(); break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case WE_ON_EDIT_TEXT: HandleOnEditText(e); break;
|
||||||
|
case WE_ON_EDIT_TEXT_CANCEL: HandleOnEditTextCancel(); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user