|
|
@ -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; |
|
|
|