mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
a5750de9ae
commit
2bb154a03c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue