--- ray/src/hd/holo.c 2004/01/01 11:21:55 3.21 +++ ray/src/hd/holo.c 2011/05/20 02:06:39 3.22 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: holo.c,v 3.21 2004/01/01 11:21:55 schorsch Exp $"; +static const char RCSid[] = "$Id: holo.c,v 3.22 2011/05/20 02:06:39 greg Exp $"; #endif /* * Routines for converting holodeck coordinates, etc. @@ -248,7 +248,7 @@ hdray( /* compute ray within a beam */ FVECT rd, /* returned */ HOLO *hp, GCOORD gc[2], - BYTE r[2][2] + uby8 r[2][2] ) { FVECT cp[4], p[2]; @@ -272,7 +272,7 @@ hdray( /* compute ray within a beam */ extern double hdinter( /* compute ray intersection with section */ register GCOORD gc[2], /* returned */ - BYTE r[2][2], /* returned (optional) */ + uby8 r[2][2], /* returned (optional) */ double *ed, /* returned (optional) */ register HOLO *hp, FVECT ro,