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