(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)
--- 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;
}
}