[saco] Remove GameGetPlayerCameraExtZoom(...)

This commit is contained in:
RD42 2024-11-03 17:30:11 +08:00
parent 802fe277f2
commit 10f79b7bde

View File

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