[comp.sources.games] v11i050: vcraps2 - display-oriented craps game

billr@saab.CNA.TEK.COM (Bill Randle) (09/15/90)

Submitted-by: Robert Steven Glickstein <bobg+@andrew.cmu.edu>
Posting-number: Volume 11, Issue 50
Archive-name: vcraps2/Patch1
Patch-To: vcraps2: Volume 11, Issue 34-35


[[This patch creates vcraps 2.1 from vcraps 2.0.  It fixes a bug in
setjmp/longjmp in some systems which caused the main screen to not get
properly redrawn after the help screen was shown.]]


#! /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 Fri Sep 14 14:30:47 1990
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'\" \(893 characters\)
sed "s/^X//" >'patches01' <<'END_OF_FILE'
X*** dist/vcraps.c	Tue Sep  4 10:01:52 1990
X--- vcraps.c	Tue Sep  4 10:05:37 1990
X***************
X*** 3,9 ****
X  #include <setjmp.h>
X  
X  #define VCRAPS_VERSION (2)
X! #define VCRAPS_PATCHLEVEL (0)
X  
X  #define MSGQUEUELEN (20)
X  
X--- 3,9 ----
X  #include <setjmp.h>
X  
X  #define VCRAPS_VERSION (2)
X! #define VCRAPS_PATCHLEVEL (1)
X  
X  #define MSGQUEUELEN (20)
X  
X***************
X*** 915,920 ****
X--- 915,921 ----
X  		return (0);
X  	    case '?':
X  		Help();
X+ 		fullupdate = 1;
X  		break;
X  	}
X      }
X***************
X*** 1764,1770 ****
X      addstr("                                                        continue...");
X      refresh();
X      getch();
X-     longjmp(LoopEnv, 2);
X  }
X  
X  ShowTotal()
X--- 1765,1770 ----
X
X*** patchlevel.h.orig	Fri Sep 14 14:28:47 1990
X--- patchlevel.h	Fri Sep 14 14:29:14 1990
X***************
X*** 1 ****
X! #define PATCHLEVEL 0
X--- 1 ----
X! #define PATCHLEVEL 1
END_OF_FILE
if test 893 -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