summaryrefslogtreecommitdiff
path: root/games/exchess/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'games/exchess/patches/patch-ah')
-rw-r--r--games/exchess/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/exchess/patches/patch-ah b/games/exchess/patches/patch-ah
new file mode 100644
index 00000000000..7ef7cdcd375
--- /dev/null
+++ b/games/exchess/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1 2004/02/14 04:31:56 kristerw Exp $
+
+--- score.cpp.orig Sat Feb 14 04:22:38 2004
++++ score.cpp Sat Feb 14 04:30:18 2004
+@@ -99,9 +99,9 @@
+ +++++++++++++++++++++++++++++++++*/
+ pcode = stage_code[stage];
+ for(i=1;i<=p->plist[WHITE][PAWN][0];i++)
+- or(pcode, hval[WPAWN][p->plist[WHITE][PAWN][i]]);
++ hash_or(pcode, hval[WPAWN][p->plist[WHITE][PAWN][i]]);
+ for(i=1;i<=p->plist[BLACK][PAWN][0];i++)
+- or(pcode, hval[BPAWN][p->plist[BLACK][PAWN][i]]);
++ hash_or(pcode, hval[BPAWN][p->plist[BLACK][PAWN][i]]);
+
+ /*+++++++++++++++++++++++++++++++
+ |