From 497f6d766fed76de7ea2b2ebcc7a1248350bdeee Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 2 Apr 2021 02:47:21 +0200 Subject: [PATCH] :bug: Correctly center pause text --- Source/gmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/gmenu.cpp b/Source/gmenu.cpp index 6976da071..f5ab7f9bb 100644 --- a/Source/gmenu.cpp +++ b/Source/gmenu.cpp @@ -70,7 +70,7 @@ void gmenu_draw_pause(CelOutputBuffer out) RedBack(out); if (!sgpCurrentMenu) { light_table_index = 0; - gmenu_print_text(out, 316 + PANEL_LEFT, 336, "Pause"); + gmenu_print_text(out, 252 + PANEL_LEFT, 176, "Pause"); } }