From 21a045c0b10510aa2b8c95966e68d2d532e6426b Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:59:10 +0800 Subject: [PATCH] [saco] Remove duplicated `bHudScaleFix` --- saco/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/saco/main.cpp b/saco/main.cpp index b93022b..e964823 100644 --- a/saco/main.cpp +++ b/saco/main.cpp @@ -49,7 +49,6 @@ CHelpDialog *pHelpDialog=NULL; CUnkClass8 *pUnkClass8=NULL; bool bShowDebugLabels = false; -bool bHudScaleFix = false; CGame *pGame=0; DWORD dwGraphicsLoop=0;