X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=aaf615054c3152d6723a16a31b3be91d963c30e8;hb=7fb56edee87ea24c7b2b6b0065e73e5053650383;hp=d9134d7d972b4f6b9ad3370612baa0ac9a9f60b6;hpb=b007f4ba1646094b75723e0a911321536ebe6918;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index d9134d7..aaf6150 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -5631,14 +5631,12 @@ 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;