summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-01 15:59:09 +0000
committerjsm <jsm@NetBSD.org>2004-01-01 15:59:09 +0000
commit28d6f94123001e6fec24a7bb5c85dc24422a54a8 (patch)
tree64c06130e8eea7aff36d4ec0a0e6a2ae1bec4f9e /backgammon
parente998801af3de8fda07f382eafb965b3130a3267b (diff)
downloadbsdgames-darwin-28d6f94123001e6fec24a7bb5c85dc24422a54a8.tar.gz
bsdgames-darwin-28d6f94123001e6fec24a7bb5c85dc24422a54a8.tar.zst
bsdgames-darwin-28d6f94123001e6fec24a7bb5c85dc24422a54a8.zip
Make tutorial text match actual moves. From FreeBSD via OpenBSD.
Fixes Debian bug 212478 from Jim W. Jaszewski <grok@sprint.ca>.
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/teachgammon/data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/backgammon/teachgammon/data.c b/backgammon/teachgammon/data.c
index f8c283de..189066e8 100644
--- a/backgammon/teachgammon/data.c
+++ b/backgammon/teachgammon/data.c
@@ -1,4 +1,4 @@
-/* $NetBSD: data.c,v 1.6 2003/08/07 09:36:58 agc Exp $ */
+/* $NetBSD: data.c,v 1.7 2004/01/01 15:59:09 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)data.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: data.c,v 1.6 2003/08/07 09:36:58 agc Exp $");
+__RCSID("$NetBSD: data.c,v 1.7 2004/01/01 15:59:09 jsm Exp $");
#endif
#endif /* not lint */
@@ -88,7 +88,7 @@ const char *const text4[] = {
const char *const text5[] = {
"Not a spectacular move, but a safe one. I follow by rolling 6 1.",
- "I decide to use this roll to move 22-16,16-17. It leaves me with",
+ "I decide to use this roll to move 22-16,16-15. It leaves me with",
"one man still open, but the blot is farther back on the board, and",
"would suffer less of a loss by being hit.",
0
@@ -119,7 +119,7 @@ const char *const text8[] = {
const char *const text9[] = {
"My venture off the bar did not last long. However, I got lucky",
- "and rolled double 1's, allowing me to move 0-1,1-2,15-14,15-14.",
+ "and rolled double 1's, allowing me to move 25-24,24-23,15-14,15-14.",
0
};