mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
added Ivan Lopes and Lucas Nunes to credits
This commit is contained in:
@@ -578,7 +578,12 @@ static void menurender(void)
|
||||
|
||||
for (int i = startidx; i < endidx; ++i)
|
||||
{
|
||||
if (Credits::translators[i][0] != ' ')
|
||||
if (Credits::translators[i][0] == '>')
|
||||
{
|
||||
yofs += 2;
|
||||
font::print(PR_CJK_HIGH, 88, yofs, loc::gettext(&Credits::translators[i][1]), tr, tg, tb);
|
||||
}
|
||||
else if (Credits::translators[i][0] != ' ')
|
||||
{
|
||||
yofs += 5;
|
||||
font::print(PR_CJK_HIGH, 80, yofs, loc::gettext(Credits::translators[i]), tr, tg, tb);
|
||||
|
||||
Reference in New Issue
Block a user