mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 08:26:31 +00:00
Merge branch 'fix-message-box-height' into 'master'
Menus: fix multi-line message box text not fitting in the box See merge request KartKrew/Kart!2042
This commit is contained in:
commit
40bc2250f3
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