[comp.sources.games.bugs] Another NH3.0 bug

rainwatr@ucunix.SAN.UC.EDU (Don Rainwater) (08/12/89)

	When I try to create the special levels (make spec_levs), I get
the following error messages:

	$ make spec_levs
	        ( cd src ; make lev_comp )
	`lev_comp' is up to date.
	        ( cd auxil ; make spec_levs )
	        ../src/lev_comp castle.des
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 41 : Unknown char class!
	castle.des : line 126 : Unknown char class!
	*** Termination code 139
	Stop.
	*** Error code 1
	Stop.
	$

	Line 41 is -->		RANDOM_OBJECTS:'[',')','*','%'
	Line 126 is -->		OBJECT:'/',"wishing",place[0]

	This seems to be another bug that was introduced by the patch
kit, as this problem didn't occur when I built the original distribution
on Ultrix.  This build is taking place on a 3B2 (SysV), and patch kit 1
has been applied.

	Has anyone out there encountered/fixed this?  Thanks in advance.