Fix clash between Gravitron start text and timer

There is a clash between the timer text and the "Survive for 60
seconds!" text. It's minor in English but it can be worse in other
languages (e.g. Polish).

So make the timer go away when that text is onscreen.
This commit is contained in:
Misa 2024-01-06 20:27:32 -08:00
parent 44fb76ba90
commit 9e2d6e921c
1 changed files with 1 additions and 0 deletions

View File

@ -2221,6 +2221,7 @@ void gamerender(void)
&& (!game.swnmode || game.swngame != SWN_SUPERGRAVITRON)
&& game.showingametimer
&& !roomname_translator::enabled
&& (!game.swnmode || game.swngame != SWN_START_GRAVITRON_STEP_3)
&& !draw_return_editor_text)
{
const char* tempstring = loc::gettext("TIME:");