Adapt piece assignment in Werewolf Chess to XBoard 4.9
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Apr 2016 18:44:11 +0000 (20:44 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Apr 2016 18:44:11 +0000 (20:44 +0200)
The Werewolf is now represented by XBoard's Wolf pictogram.

hachu.c

diff --git a/hachu.c b/hachu.c
index 79b7e67..7575900 100644 (file)
--- a/hachu.c
+++ b/hachu.c
@@ -3007,7 +3007,7 @@ pboard(board);
             }\r
          }\r
           if(currentVariant == V_WOLF)\r
-            printf("setup (PNBR...........WKpnbr...........wk) 8x8+0_fairy rnbwkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBWKBNR w 0 1\n");\r
+            printf("setup (PNBR......................WKpnbr......................wk) 8x8+0_fairy rnbwkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBWKBNR w 0 1\n");\r
           if(currentVariant == V_SHO)\r
             printf("setup (PNBRLSE..G.+++++++Kpnbrlse..g.+++++++k) 9x9+0_shogi lnsgkgsnl/1r2e2b1/ppppppppp/9/9/9/PPPPPPPPP/1B2E2R1/LNSGKGSNL w 0 1\n");\r
           if(currentVariant == V_WA)\r