From 28d6f94123001e6fec24a7bb5c85dc24422a54a8 Mon Sep 17 00:00:00 2001 From: jsm Date: Thu, 1 Jan 2004 15:59:09 +0000 Subject: Make tutorial text match actual moves. From FreeBSD via OpenBSD. Fixes Debian bug 212478 from Jim W. Jaszewski . --- backgammon/teachgammon/data.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backgammon') 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 }; -- cgit v1.2.3-56-ge451