mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
[13:01] toaster: hey
[13:01] toaster: would anyone object if i pushed this to master [13:02] toaster: so my changes to devmode don't fuck with gifs, for example https://cdn.discordapp.com/attachments/428262628893261828/432500920773771264/srb20575.gif [13:02] NEV3R: ¯\_(ツ)_/¯ [13:02] toaster: ok i'll just do it
This commit is contained in:
parent
5f79a2f1df
commit
375c3c584e
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
||||||
#include "i_system.h"
|
#include "i_system.h"
|
||||||
#include "m_menu.h"
|
#include "m_menu.h"
|
||||||
#include "m_cheat.h"
|
#include "m_cheat.h"
|
||||||
|
#include "m_misc.h" // moviemode
|
||||||
|
#include "m_anigif.h" // cv_gif_downscale
|
||||||
#include "p_setup.h" // NiGHTS grading
|
#include "p_setup.h" // NiGHTS grading
|
||||||
|
|
||||||
//random index
|
//random index
|
||||||
|
@ -460,7 +462,7 @@ static void ST_drawDebugInfo(void)
|
||||||
|
|
||||||
#define VFLAGS V_MONOSPACE|V_SNAPTOTOP|V_SNAPTORIGHT
|
#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)
|
if (cv_debug & DBG_BASIC)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue