mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[saco] Remove GameGetPlayerCameraExtZoom(...)
This commit is contained in:
parent
802fe277f2
commit
10f79b7bde
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user