From 1306a701070122e1c17b3f686606fd6190349331 Mon Sep 17 00:00:00 2001 From: yamamama Date: Wed, 4 Feb 2026 19:44:44 -0500 Subject: [PATCH] Left in a fucking debug print --- src/v_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/v_video.c b/src/v_video.c index 8d15fe8b5..f766d4b7e 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -4128,8 +4128,6 @@ void V_Recalc(void) #endif vid.fdupx = vid.fdupy = (vid.fdupx < vid.fdupy ? vid.fdupx : vid.fdupy); - I_OutputMsg("width: %d, height: %d\n", vid.width, vid.height); - if (loaded_config // this could use a better name, since it is more and indicator that early startup is done and its safe to do sketchy shit now :chaosleep: && (vid.width > 720) && (vid.height > 1280)) // ehhhh well this thing has so many issues, so ill lock it to higher resolutions instead {