diff --git a/desktop_version/src/Render.cpp b/desktop_version/src/Render.cpp index aac8130c..f3bedd58 100644 --- a/desktop_version/src/Render.cpp +++ b/desktop_version/src/Render.cpp @@ -2189,10 +2189,10 @@ static void mode_indicator_text(const int alpha) /* Prevent clashing */ y = 20; } - if (game.act_fade > 5 || game.prev_act_fade > 5) + if ((game.act_fade > 5 || game.prev_act_fade > 5) && game.activity_y < 60) { /* Prevent clashing */ - y = 37; + y = game.activity_y + 37; } /* FIXME: Some strings have not yet been translated. In order to not have