1
0
Fork 0

(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)
release/0.5
truelight 2006-08-19 19:45:04 +00:00
parent d483243379
commit 33fc532d1b
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ static void SelectGameWndProc(Window *w, WindowEvent *e)
case 15: AskExitGame(); break;
}
break;
case WE_ON_EDIT_TEXT: HandleOnEditText(e); break;
case WE_ON_EDIT_TEXT_CANCEL: HandleOnEditTextCancel(); break;
}
}