2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
This commit is contained in:
2013-02-13 21:10:34 -05:00
parent 9e87967f1a
commit 6eef14e54a

View File

@ -677,7 +677,7 @@ bool plCameraBrain1::MsgReceive(plMessage* msg)
{ {
fFlags.SetBit(kAnimateFOV); fFlags.SetBit(kAnimateFOV);
fFOVhGoal = fZoomMax; fFOVhGoal = fZoomMax;
fFOVwGoal = IMakeFOVwZoom(fZoomMin); fFOVwGoal = IMakeFOVwZoom(fZoomMax);
fFOVwAnimRate = fFOVhAnimRate = fZoomRate; fFOVwAnimRate = fFOVhAnimRate = fZoomRate;
fFOVEndTime = hsTimer::GetSysSeconds() + 60; fFOVEndTime = hsTimer::GetSysSeconds() + 60;
return true; return true;