--- ray/src/rt/rv3.c 1990/02/22 11:46:15 1.13 +++ ray/src/rt/rv3.c 1990/02/27 09:51:00 1.14 @@ -360,7 +360,7 @@ register VIEW *vp; } else if (bcmp((char *)vp, (char *)&ourview, sizeof(VIEW))) { copystruct(&oldview, &ourview); copystruct(&ourview, vp); - newimage(); /* newimage() calls with vp=&ourview! */ + newimage(); } }