diff --git a/saco/game/aimstuff.cpp b/saco/game/aimstuff.cpp index afdaef8..cb5abc0 100644 --- a/saco/game/aimstuff.cpp +++ b/saco/game/aimstuff.cpp @@ -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;