From 10f79b7bde49f8cafb022154953e383cb66f5540 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:30:11 +0800 Subject: [PATCH] [saco] Remove `GameGetPlayerCameraExtZoom(...)` --- saco/game/aimstuff.cpp | 7 ------- 1 file changed, 7 deletions(-) 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;