fixed engingeoutput routine
[xboard.git] / winboard / winboard.c
index d9134d7..aaf6150 100644 (file)
@@ -5631,14 +5631,12 @@ WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
     switch (wmId) {\r
     case IDM_NewGame:\r
       ResetGameEvent();\r
-      EngineOutputPopDown();\r
       SAY("new game enter a move to play against the computer with white");\r
       break;\r
 \r
     case IDM_NewGameFRC:\r
       if( NewGameFRC() == 0 ) {\r
         ResetGameEvent();\r
-       EngineOutputPopDown();\r
       }\r
       break;\r
 \r