From: Arun Persaud Date: Wed, 14 Oct 2009 03:52:40 +0000 (-0700) Subject: forgot to add these two lines to the last commit X-Git-Tag: v4.4.1.20091019~19 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=b007f4ba1646094b75723e0a911321536ebe6918 forgot to add these two lines to the last commit --- diff --git a/winboard/winboard.c b/winboard/winboard.c index aaf6150..d9134d7 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -5631,12 +5631,14 @@ WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) switch (wmId) { case IDM_NewGame: ResetGameEvent(); + EngineOutputPopDown(); SAY("new game enter a move to play against the computer with white"); break; case IDM_NewGameFRC: if( NewGameFRC() == 0 ) { ResetGameEvent(); + EngineOutputPopDown(); } break;