X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Ftext.c;h=ff95b3c2c2b1244e5d2e25feed845c4d3061754c;hb=e5a881dc01d1533761aa8d6d0c41ed4a4bd5bbd0;hp=382749e3e3fc2a176c92e0bdf767a1220d9856d0;hpb=01a911493067452c475a31b76a3b33154b6dd10f;p=rocksndiamonds.git diff --git a/src/libgame/text.c b/src/libgame/text.c index 382749e3..ff95b3c2 100644 --- a/src/libgame/text.c +++ b/src/libgame/text.c @@ -99,7 +99,7 @@ void DrawText(int x, int y, char *text, int font_size, int font_type) if (x < gfx.dx) redraw_mask |= REDRAW_FIELD; - else if (y < gfx.vy) + else if (y < gfx.vy || gfx.vy == 0) redraw_mask |= REDRAW_DOOR_1; }