X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=aeac3d3a29239b629dddd8c16d3dd6561c3cef0a;hp=6987d5d588d8e2b3efe37d576e66d349f3d6ebb8;hb=01ceb037a2129b1657b427c3a2dbb74c54c57c34;hpb=facc7fc609a80b0925a0699b39d5e4a048e052d7 diff --git a/src/tape.c b/src/tape.c index 6987d5d5..aeac3d3a 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1409,9 +1409,6 @@ void RedrawTapeButtons(void) if (tape.show_game_buttons) RedrawGameButtonsOnTape(); - - // RedrawGadget() may have set REDRAW_ALL if buttons are defined off-area - redraw_mask &= ~REDRAW_ALL; } void RedrawOrRemapTapeButtons(void)