mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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);
|
V_DrawString((BASEVIDWIDTH - V_StringWidth(string, 0))/2, y, 0, string);
|
||||||
y += 9;
|
y += 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue