X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.c;h=fc90ad51461d9beccc831c1cb5c712268ae48074;hb=7696ec27e2e2abd764bc955a32928c58b7deed7f;hp=1aaabf55505f14819adaeb200b8344500ec3d9d8;hpb=8b04d496646e102dd15710ba091e2f37cadcec5e;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 1aaabf55..fc90ad51 100644 --- a/src/tape.c +++ b/src/tape.c @@ -566,6 +566,10 @@ static void TapeAppendRecording() DrawVideoDisplay(VIDEO_STATE_DATE_ON, tape.date); DrawVideoDisplay(VIDEO_STATE_PLAY_OFF | VIDEO_STATE_REC_ON, 0); + +#if 1 + UpdateAndDisplayGameControlValues(); +#endif } void TapeHaltRecording()