X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=45447912c488dfba517c9b5718fc342d2567fe97;hb=b66bf285376f1a2c08ba8f7624fa48ffbcd898a9;hp=124cab52fd644914325f55ea753b1535a8dfab15;hpb=ca793aef40f02d22bf04489584dd7a450fda54bd;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 124cab52..45447912 100644 --- a/src/tools.c +++ b/src/tools.c @@ -3008,19 +3008,6 @@ void ShowEnvelope(int envelope_nr) BackToFront(); } -void ShowEnvelope_MM(int envelope_nr) -{ - BlitBitmap(backbuffer, bitmap_db_field, REAL_SX, REAL_SY, - FULL_SXSIZE, FULL_SYSIZE, REAL_SX, REAL_SY); - - 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, int xsize, int ysize) {