[comp.sources.games] v12i087: mgt2 - display/edit Smart-Go Game Records

billr@saab.CNA.TEK.COM (Bill Randle) (06/05/91)

Submitted-by: adrian@milton.u.washington.edu (Adrian Mariano)
Posting-number: Volume 12, Issue 87
Archive-name: mgt2/Patch1
Patch-To: mgt2: Volume 12, Issue 83
Environment: Unix, MSDOS, VMS, curses

	[Here's a short patch that fixes a typo in the Rules file.  -br]

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of shell archive."
# Contents:  patches01
# Wrapped by billr@saab on Tue Jun  4 12:50:04 1991
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'patches01' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'patches01'\"
else
echo shar: Extracting \"'patches01'\" \(699 characters\)
sed "s/^X//" >'patches01' <<'END_OF_FILE'
X*** Rules.orig	Tue Jun  4 12:47:06 1991
X--- Rules	Tue Jun  4 12:46:22 1991
X***************
X*** 500,506 ****
X  Black[pp]
X  ;
X  White[qq]
X! Comment[Note that white can play underneath black and take the corner despite the black stone at the 4,4 point, however.  This move by black is NOT an opening move, but is an attack that would occur later in the game.]
X  ;
X  AddBlack[qq]
X  AddEmpty[aa][pp]
X--- 500,506 ----
X  Black[pp]
X  ;
X  White[qq]
X! Comment[Note that white can play underneath black and take the corner despite the black stone at the 4,4 point, however.  This move by white is NOT an opening move, but is an attack that would occur later in the game.]
X  ;
X  AddBlack[qq]
X  AddEmpty[aa][pp]
END_OF_FILE
if test 699 -ne `wc -c <'patches01'`; then
    echo shar: \"'patches01'\" unpacked with wrong size!
fi
# end of 'patches01'
fi
echo shar: End of shell archive.
exit 0