(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
authortruelight
Sat, 19 Aug 2006 19:45:04 +0000
changeset 4308 61f5aa8143f6
parent 4307 584d3f8b8ffe
child 4309 d79f75b27c86
(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)
intro_gui.c
--- a/intro_gui.c	Sat Aug 19 18:19:41 2006 +0000
+++ b/intro_gui.c	Sat Aug 19 19:45:04 2006 +0000
@@ -81,6 +81,9 @@
 		case 15: AskExitGame(); break;
 		}
 		break;
+
+		case WE_ON_EDIT_TEXT: HandleOnEditText(e); break;
+		case WE_ON_EDIT_TEXT_CANCEL: HandleOnEditTextCancel(); break;
 	}
 }