X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=2300f00b2d89b9f34015ca76998fbeac4de6e7e9;hb=668d05fbdb883eb630700f4df445f77abe599498;hp=aa5b06b19231d47a7a5750b2b4891da63c75eeeb;hpb=d0c23c650700e594e103d368efad02887c8587dc;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index aa5b06b1..2300f00b 100644 --- a/src/tape.c +++ b/src/tape.c @@ -459,6 +459,8 @@ void TapeDeactivateDisplayOff(boolean redraw_display) if (redraw_display) { RedrawPlayfield(); + + UpdateGameDoorValues(); DrawGameDoorValues(); } }