From a6bf1c3026adc65d9d093b19df938233892756ea Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 2 Jan 2020 00:15:19 -0500 Subject: [PATCH] - oops, didn't mean to change this line (I blindly copied the function over) --- source/common/rendering/v_video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/rendering/v_video.cpp b/source/common/rendering/v_video.cpp index 51044762d..e3330d384 100644 --- a/source/common/rendering/v_video.cpp +++ b/source/common/rendering/v_video.cpp @@ -626,7 +626,7 @@ void V_Init2() } // Helper for ActiveRatio and CheckRatio. Returns the forced ratio type, or -1 if none. -int ActiveFakeRatio(int width, int height) +static int ActiveFakeRatio(int width, int height) { int fakeratio = -1; if ((vid_aspect >= 1) && (vid_aspect <= 6))