From b68cfab6d8dd846980304dfbb599f1055b91e4a3 Mon Sep 17 00:00:00 2001 From: elasota Date: Thu, 21 May 2020 05:04:41 -0400 Subject: [PATCH] Fix wrong prompt font size --- GpApp/HighScores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GpApp/HighScores.cpp b/GpApp/HighScores.cpp index b9fb378..907cf1f 100644 --- a/GpApp/HighScores.cpp +++ b/GpApp/HighScores.cpp @@ -268,7 +268,7 @@ void DrawHighScores (DrawSurface *surface) } } - PortabilityLayer::RenderedFont *appFont9 = GetApplicationFont(12, PortabilityLayer::FontFamilyFlag_Bold, true); + PortabilityLayer::RenderedFont *appFont9 = GetApplicationFont(9, PortabilityLayer::FontFamilyFlag_Bold, true); const Point textPos = Point::Create(scoreLeft + 80, dropIt - 1 + (10 * kScoreSpacing)); GetLocalizedString(8, tempStr);