🐛 Correctly center pause text

This commit is contained in:
Anders Jenbo 2021-04-02 02:47:21 +02:00
commit 497f6d766f

View file

@ -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");
}
}