mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix skull position in help screen for gamemode == commercial
(#828)
This commit is contained in:
parent
b230c1481f
commit
702e5b7be7
@ -6926,6 +6926,7 @@ void M_Init(void)
|
|||||||
ReadDef1.routine = M_DrawReadThis1;
|
ReadDef1.routine = M_DrawReadThis1;
|
||||||
ReadDef1.x = 330;
|
ReadDef1.x = 330;
|
||||||
ReadDef1.y = 165;
|
ReadDef1.y = 165;
|
||||||
|
HelpDef.y = 165;
|
||||||
ReadMenu1[0].routine = M_FinishReadThis;
|
ReadMenu1[0].routine = M_FinishReadThis;
|
||||||
break;
|
break;
|
||||||
case registered:
|
case registered:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user