[net.sources.bugs] Phantasia 'Wormhole' Phix

glenn@wacsvax.OZ (Glenn Huxtable) (10/13/84)

The doccumentation for Phantasia states that the wormholes should be
all be two way paths, although the author did not guarantee it.
Well here is a small fix to repair the two only one way paths...

Following is a diff listing of the original (main.c) and the fixed
(main.c.new). There is one offending number in each case which must be
repaired.

*** main.c	Fri Oct 12 18:05:54 1984
--- main.c.new	Sat Oct 13 00:17:40 1984
***************
*** 58,64
  	0,46,40,23,	24,0,29,30,	44,57,56,0,	0,44,39,40,
  	61,41,0,42,	32,0,17,18,	57,0,63,64,	0,33,26,34,
  	48,0,54,55,	28,23,22,13,	63,25,13,19,	34,6,18,20,
! 	27,26,19,21,	15,27,20,27,	1,28,34,17,	17,29,8,24,
  	29,9,23,25,	18,30,24,6,	20,32,27,15,	21,20,21,26,
  	22,17,46,29,	23,24,28,9,	25,38,9,31,	6,39,30,32,
  	26,13,31,33,	15,40,32,35,	3,19,15,22,	7,1,33,36,

--- 58,64 -----
  	0,46,40,23,	24,0,29,30,	44,57,56,0,	0,44,39,40,
  	61,41,0,42,	32,0,17,18,	57,0,63,64,	0,33,26,34,
  	48,0,54,55,	28,23,22,13,	63,25,13,19,	34,6,18,20,
! 	27,26,19,21,	64,27,20,27,	1,28,34,17,	17,29,8,24,
  	29,9,23,25,	18,30,24,6,	20,32,27,15,	21,20,21,26,
  	22,17,46,29,	23,24,28,9,	25,38,9,31,	6,39,30,32,
  	26,13,31,33,	15,40,32,35,	3,19,15,22,	7,1,33,36,
***************
*** 69,75
  	45,58,53,53,	46,59,52,52,	47,4,55,16,	49,61,16,54,
  	51,63,5,10,	10,14,59,58,	52,64,57,59,	53,3,58,57,
  	60,60,4,61,	55,12,60,62,	5,50,61,63,	56,18,62,14,
! 	58,33,14,3
  	};
  
  main(argc,argv)				/* Phantasia main routine */

--- 69,75 -----
  	45,58,53,53,	46,59,52,52,	47,4,55,16,	49,61,16,54,
  	51,63,5,10,	10,14,59,58,	52,64,57,59,	53,3,58,57,
  	60,60,4,61,	55,12,60,62,	5,50,61,63,	56,18,62,14,
! 	58,21,14,3
  	};
  
  main(argc,argv)				/* Phantasia main routine */

------------------------------------------------------------------------------