From 375c3c584e412e52f57b94f5f991d8735f7e87da Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Sun, 8 Apr 2018 13:03:40 +0100 Subject: [PATCH] =?UTF-8?q?[13:01]=20toaster:=20hey=20[13:01]=20toaster:?= =?UTF-8?q?=20would=20anyone=20object=20if=20i=20pushed=20this=20to=20mast?= =?UTF-8?q?er=20[13:02]=20toaster:=20so=20my=20changes=20to=20devmode=20do?= =?UTF-8?q?n't=20fuck=20with=20gifs,=20for=20example=20https://cdn.discord?= =?UTF-8?q?app.com/attachments/428262628893261828/432500920773771264/srb20?= =?UTF-8?q?575.gif=20[13:02]=20NEV3R:=20=C2=AF\=5F(=E3=83=84)=5F/=C2=AF=20?= =?UTF-8?q?[13:02]=20toaster:=20ok=20i'll=20just=20do=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/st_stuff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 3b07d375e..a513a028c 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -27,6 +27,8 @@ #include "i_system.h" #include "m_menu.h" #include "m_cheat.h" +#include "m_misc.h" // moviemode +#include "m_anigif.h" // cv_gif_downscale #include "p_setup.h" // NiGHTS grading //random index @@ -460,7 +462,7 @@ static void ST_drawDebugInfo(void) #define VFLAGS V_MONOSPACE|V_SNAPTOTOP|V_SNAPTORIGHT - if (vid.dupx == 1) + if ((moviemode == MM_GIF && cv_gif_downscale.value) || vid.dupx == 1) { if (cv_debug & DBG_BASIC) {