mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Remove GameGetPlayerCameraExtZoom(...)
This commit is contained in:
@ -49,13 +49,6 @@ void __stdcall GameSetPlayerCameraExtZoom(BYTE bytePlayerID, float fZoom, float
|
||||
|
||||
//----------------------------------------------------------
|
||||
|
||||
float __stdcall GameGetPlayerCameraExtZoom(BYTE bytePlayerID)
|
||||
{
|
||||
return fCameraExtZoom[bytePlayerID];
|
||||
}
|
||||
|
||||
//----------------------------------------------------------
|
||||
|
||||
float __stdcall GameGetLocalPlayerAspectRatio()
|
||||
{
|
||||
float value = (*pfAspectRatio) - 1.0f;
|
||||
|
Reference in New Issue
Block a user