- oops, didn't mean to change this line (I blindly copied the function over)

This commit is contained in:
Rachael Alexanderson 2020-01-02 00:15:19 -05:00
parent 21ba23f36d
commit a6bf1c3026

View file

@ -626,7 +626,7 @@ void V_Init2()
} }
// Helper for ActiveRatio and CheckRatio. Returns the forced ratio type, or -1 if none. // 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; int fakeratio = -1;
if ((vid_aspect >= 1) && (vid_aspect <= 6)) if ((vid_aspect >= 1) && (vid_aspect <= 6))