mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus: fix multi-line message box text not fitting in the box
This commit is contained in:
parent
bd8f1fb6bb
commit
9eeb583670
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ void M_DrawMenuMessage(void)
|
|||
}
|
||||
|
||||
V_DrawString((BASEVIDWIDTH - V_StringWidth(string, 0))/2, y, 0, string);
|
||||
y += 9;
|
||||
y += 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue