From 3cd56b57af16db08211418ed7bbe40b8b3ffa1ce Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sat, 31 Aug 2019 01:59:08 +0200 Subject: [PATCH] Menu: Fix the mod-type not displaying properly --- Source/menu-fn/w_modlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/menu-fn/w_modlist.cpp b/Source/menu-fn/w_modlist.cpp index a2e88a36..05d6a9f4 100644 --- a/Source/menu-fn/w_modlist.cpp +++ b/Source/menu-fn/w_modlist.cpp @@ -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); }