--- ray/src/util/vwrays.c 2003/02/22 02:07:30 3.4 +++ ray/src/util/vwrays.c 2003/07/03 22:41:45 3.6 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: vwrays.c,v 3.4 2003/02/22 02:07:30 greg Exp $"; +static const char RCSid[] = "$Id: vwrays.c,v 3.6 2003/07/03 22:41:45 schorsch Exp $"; #endif /* * Compute rays corresponding to a given picture or view. @@ -8,6 +8,7 @@ static const char RCSid[] = "$Id: vwrays.c,v 3.4 2003/ #include "standard.h" +#include "platform.h" #include "view.h" extern int putf(), putd(), puta(); @@ -193,7 +194,7 @@ pix2rays(FILE *fp) putrays() { - static FLOAT loc[2]; + static RREAL loc[2]; static FVECT rorg, rdir; float *zbuf; int sc;