projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a58df46
)
forgot to add these two lines to the last commit
author
Arun Persaud
<arun@nubati.net>
Wed, 14 Oct 2009 03:52:40 +0000 (20:52 -0700)
committer
Arun Persaud
<arun@nubati.net>
Wed, 14 Oct 2009 03:52:40 +0000 (20:52 -0700)
winboard/winboard.c
patch
|
blob
|
history
diff --git
a/winboard/winboard.c
b/winboard/winboard.c
index
aaf6150
..
d9134d7
100644
(file)
--- a/
winboard/winboard.c
+++ b/
winboard/winboard.c
@@
-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