forgot to add these two lines to the last commit
authorArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 03:52:40 +0000 (20:52 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 03:52:40 +0000 (20:52 -0700)
winboard/winboard.c

index aaf6150..d9134d7 100644 (file)
@@ -5631,12 +5631,14 @@ 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