1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Merge pull request #309 from Hoikas/hor-plus

Hor+ Fixes
This commit is contained in:
Branan Purvine-Riley
2013-02-13 21:18:04 -08:00

View File

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