|
From: Dave R. <tr...@us...> - 2004-09-30 22:12:47
|
Update of /cvsroot/bzflag/bzflag/src/bzflag In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5518 Modified Files: playing.cxx Log Message: minor observer view change Index: playing.cxx =================================================================== RCS file: /cvsroot/bzflag/bzflag/src/bzflag/playing.cxx,v retrieving revision 1.665 retrieving revision 1.666 diff -w -u -r1.665 -r1.666 --- playing.cxx 30 Sep 2004 20:35:34 -0000 1.665 +++ playing.cxx 30 Sep 2004 22:12:29 -0000 1.666 @@ -4163,7 +4163,7 @@ else if (roamView == roamViewFP) { eyePoint[0] = target->getPosition()[0]; eyePoint[1] = target->getPosition()[1]; - eyePoint[2] = target->getPosition()[2] + muzzleHeight; + eyePoint[2] = target->getPosition()[2] + target->getMuzzleHeight(); targetPoint[0] = eyePoint[0] + targetTankDir[0]; targetPoint[1] = eyePoint[1] + targetTankDir[1]; targetPoint[2] = eyePoint[2] + targetTankDir[2]; |