From b007f4ba1646094b75723e0a911321536ebe6918 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 13 Oct 2009 20:52:40 -0700 Subject: [PATCH] forgot to add these two lines to the last commit --- winboard/winboard.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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; -- 1.7.0.4