mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Match GameSetRemotePlayerCameraExtZoom(...)
This commit is contained in:
@ -68,7 +68,7 @@ float __stdcall GameGetLocalPlayerCameraExtZoom()
|
||||
void __stdcall GameSetRemotePlayerCameraExtZoom(BYTE bytePlayerID)
|
||||
{
|
||||
float fZoom = fCameraExtZoom[bytePlayerID];
|
||||
float fValue = fZoom * 35.0f + 35.0f; // unnormalize for 35.0 to 70.0
|
||||
float fValue = (fZoom * 35.0f) + 35.0f; // unnormalize for 35.0 to 70.0
|
||||
*pfCameraExtZoom = fValue;
|
||||
|
||||
float fRatio = fAspectRatio[bytePlayerID];
|
||||
|
Reference in New Issue
Block a user