summaryrefslogtreecommitdiff
path: root/games/eboard/files/patch-proto__xboard.cc
blob: 84af93e2fa8433bd1a69439d363d08da648f0fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- proto_xboard.cc.orig	Mon Jun 17 05:24:31 2002
+++ proto_xboard.cc	Sat Sep 28 23:00:58 2002
@@ -267,7 +267,7 @@
 }
 
 void XBoardProtocol::gameOver(ExtPatternMatcher &pm,GameResult gr,
-                                    int hasreason=1)
+                                    int hasreason)
 {
   char reason[64];
   ChessGame *refgame;