fix skull position in help screen for gamemode == commercial (#828)

This commit is contained in:
Roman Fomin 2022-12-07 15:44:31 +07:00 committed by GitHub
parent b230c1481f
commit 702e5b7be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6926,6 +6926,7 @@ void M_Init(void)
ReadDef1.routine = M_DrawReadThis1;
ReadDef1.x = 330;
ReadDef1.y = 165;
HelpDef.y = 165;
ReadMenu1[0].routine = M_FinishReadThis;
break;
case registered: