From 47a6a60b2ec3ee9be4e0f2019af5e8ce24e2e808 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 19 Aug 1997 02:54:41 +0000 Subject: bc -> le --- games/backgammon/common_source/fancy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/backgammon') diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c index cb7818fa9d9..0c06012d84b 100644 --- a/games/backgammon/common_source/fancy.c +++ b/games/backgammon/common_source/fancy.c @@ -65,7 +65,7 @@ int *linect; /* array of lengths of lines on screen (the actual screen is not stored) */ /* two letter codes */ -char tcap[] = "bccdceclcmhomcmlndup"; +char tcap[] = "lecdceclcmhomcmlndup"; /* corresponding strings */ char **tstr[] = { &BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP }; -- cgit v1.2.3