Fix crash when using the -connect startup paramater (Resolves #292)

This commit is contained in:
Steel Titanium 2019-11-15 16:57:47 -05:00
parent d0fac1988a
commit aff55ee27b
No known key found for this signature in database
GPG Key ID: 924BA411F18DFDBE
1 changed files with 4 additions and 0 deletions

View File

@ -2591,6 +2591,10 @@ void F_TitleScreenDrawer(void)
if (gamestate != GS_TITLESCREEN && gamestate != GS_WAITINGPLAYERS)
return;
// Don't draw if title mode is set to Old/None and the patch isn't there
if (!ttwing && (curttmode == TTMODE_OLD || curttmode == TTMODE_NONE))
return;
// rei|miru: use title pics?
hidepics = curhidepics;
if (hidepics)