(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 391dcafb34e5
parent 4307 0f7b82bf05c7
child 4309 7b0d34d00cd3
(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;
 	}
 }