Path: utzoo!attcan!uunet!cme-durer!anderson From: anderson@cme-durer.ARPA (William E. Anderson) Newsgroups: comp.sources.games.bugs Subject: wanderer patches Keywords: wanderer Message-ID: <738@sunspot.cme-durer.ARPA> Date: 20 Nov 88 13:01:19 GMT Organization: National Institute of Standards and Technology Lines: 35 Something is wrong with the patches posted for Wanderer V2.2. Specically, files Makefile, display.c, fall.c, game.c, m.c, read.c and wand_head.h won't patch. The first and last are easy to patch by hand but the others are serious. For instance, display.c.rej *************** *** 29 - if(ch==' '||ch=='#'||ch=='<'||ch=='>'||ch=='O'||ch==':'|| --- 29 ----- + if(ch==' '||ch=='#'||ch=='<'||ch=='>'||ch=='O'||ch==':'|| *************** *** 32 - ch=='A') --- 32 ----- + ch=='A'||ch=='^') In my original version line 29 of display.c is ch = ' '; and line 32 is addch('|'); Perhaps, my version is outdated with respect to these patches. Has anyone out there not had problems with the patches? -- NAME: William E. Anderson TELE: (301) 975-2423 USMAIL: National Bureau of Standards ARPA: anderson@ceee.nbs.gov Rm. B-344, Bldg. 220 UUCP: uunet!cme-durer!anderson Gaithersburg, MD 20899