Emit 'piece' command for Werewolf
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Apr 2016 19:30:40 +0000 (21:30 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 27 Apr 2016 19:30:40 +0000 (21:30 +0200)
hachu.c

diff --git a/hachu.c b/hachu.c
index 7575900..7c672d4 100644 (file)
--- a/hachu.c
+++ b/hachu.c
@@ -3007,7 +3007,8 @@ 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
+                   "piece W& K3cpafK\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