diff --git a/Source/gmenu.cpp b/Source/gmenu.cpp index f3bb4a971..365735a5a 100644 --- a/Source/gmenu.cpp +++ b/Source/gmenu.cpp @@ -39,7 +39,7 @@ void gmenu_draw_pause(const CelOutputBuffer &out) RedBack(out); if (sgpCurrentMenu == nullptr) { light_table_index = 0; - DrawString(out, _("Pause"), { PANEL_LEFT + 252, 176, 0, 0 }, UIS_MED, 2); + DrawString(out, _("Pause"), { PANEL_LEFT + 252, PANEL_TOP / 2, 0, 0 }, UIS_HUGE, 2); } }