Fix LAN config menu layout in Arcane Dimensions

Arcane Dimensions has an oversized gfx/p_multi.lmp
Noticed by Andrei Drexler.
This commit is contained in:
Ozkan Sezer 2022-05-05 23:00:24 +03:00
parent a5750de9ae
commit 2bb154a03c

View file

@ -1757,6 +1757,8 @@ void M_LanConfig_Draw (void)
basex = (320-p->width)/2;
M_DrawPic (basex, 4, p);
basex = 72; // Arcane Dimensions has an oversized gfx/p_multi.lmp (noticed by Andrei Drexler.)
if (StartingGame)
startJoin = "New Game";
else