Merge remote-tracking branch 'remotes/steel/dontskipframes' into test-many-mrs

This commit is contained in:
fickleheart 2019-03-09 21:24:14 -06:00
commit 7817c3d77b

View file

@ -1327,6 +1327,7 @@ void I_UpdateNoBlit(void)
// from PrBoom's src/SDL/i_video.c
static inline boolean I_SkipFrame(void)
{
#if 0
static boolean skip = false;
if (rendermode != render_soft)
@ -1345,6 +1346,8 @@ static inline boolean I_SkipFrame(void)
default:
return false;
}
#endif
return false;
}
//