mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 04:41:42 +00:00
remove Andrei's name per his request.
This commit is contained in:
parent
2bb154a03c
commit
ef3512ba84
1 changed files with 1 additions and 1 deletions
|
@ -1757,7 +1757,7 @@ void M_LanConfig_Draw (void)
|
||||||
basex = (320-p->width)/2;
|
basex = (320-p->width)/2;
|
||||||
M_DrawPic (basex, 4, p);
|
M_DrawPic (basex, 4, p);
|
||||||
|
|
||||||
basex = 72; // Arcane Dimensions has an oversized gfx/p_multi.lmp (noticed by Andrei Drexler.)
|
basex = 72; /* Arcane Dimensions has an oversized gfx/p_multi.lmp */
|
||||||
|
|
||||||
if (StartingGame)
|
if (StartingGame)
|
||||||
startJoin = "New Game";
|
startJoin = "New Game";
|
||||||
|
|
Loading…
Reference in a new issue