From: Holger Schemel Date: Sun, 31 Dec 2000 11:17:22 +0000 (+0100) Subject: rnd-20001231-1-src X-Git-Tag: 2.0.0^2~3 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e5a881dc01d1533761aa8d6d0c41ed4a4bd5bbd0 rnd-20001231-1-src --- diff --git a/src/libgame/sound.c b/src/libgame/sound.c index 13a7ca04..e038f03a 100644 --- a/src/libgame/sound.c +++ b/src/libgame/sound.c @@ -1144,6 +1144,7 @@ void FadeSound(int nr) void FadeSounds() { + FadeMusic(); StopSoundExt(-1, SSND_FADE_ALL_SOUNDS); } 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; }