Menu: Fix the mod-type not displaying properly

This commit is contained in:
Marco Cawthorne 2019-08-31 01:59:08 +02:00
parent 0843a79c7f
commit 3cd56b57af

View file

@ -62,7 +62,7 @@ void CModList::Draw(void)
}
if (games[i].type != "") {
WLabel_Static(m_x + 2, m_y + 3, sprintf("%.8s...",games[i].type),
WLabel_Static(m_x + 2, pos + 3, sprintf("%.8s...",games[i].type),
11, 11, colo, 1.0f, 0, font_arial);
}