X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=50846337d52f07e1c19e04769ff4eef12c436ea7;hb=e2c85f7a96792c28d8e0d13ebd89ea183143c118;hp=4ebf19bb15cc49e9e0a5f6a37937202d4ddc58dc;hpb=fc85f868d2cb39d2421bc75de3de830b32d3962f;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 4ebf19bb..50846337 100644 --- a/src/tools.c +++ b/src/tools.c @@ -3011,6 +3011,9 @@ void ShowEnvelope_MM(int envelope_nr) ShowEnvelope(envelope_nr); SetDrawtoField(DRAW_TO_BACKBUFFER); + + BlitBitmap(bitmap_db_field, backbuffer, REAL_SX, REAL_SY, + FULL_SXSIZE, FULL_SYSIZE, REAL_SX, REAL_SY); } static void PrepareEnvelopeRequestToScreen(Bitmap *bitmap, int sx, int sy,