diff --git a/src/game/trophies.c b/src/game/trophies.c index f1789f7..000aabf 100644 --- a/src/game/trophies.c +++ b/src/game/trophies.c @@ -285,6 +285,7 @@ static void nextAlert(void) textSize(alertTrophy->description, 20, &w, &h); alertRect.w = MAX(alertRect.w, w); + alertRect.w = MAX(400, alertRect.w); alertRect.w += 125; alertRect.x = -alertRect.w; }