From 78dc584e5e2a4afa8b5e5858a356f46a3880aee0 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 23 Mar 2004 11:18:11 +0100 Subject: [PATCH] rnd-20040323-2-src --- src/conftime.h | 2 +- src/tape.c | 3 +++ src/tools.c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/conftime.h b/src/conftime.h index 1280375f..2ad2483c 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-03-23 06:40]" +#define COMPILE_DATE_STRING "[2004-03-23 11:11]" diff --git a/src/tape.c b/src/tape.c index b521d38e..f39c09ec 100644 --- a/src/tape.c +++ b/src/tape.c @@ -973,6 +973,8 @@ byte *TapePlayAction() DrawVideoDisplay(VIDEO_STATE_WARP2_ON, VIDEO_DISPLAY_SYMBOL_ONLY); } } +#if 0 + /* !!! this makes things much slower !!! */ else if (tape.warp_forward) { if ((FrameCounter / 20) % 2) @@ -982,6 +984,7 @@ byte *TapePlayAction() DrawVideoDisplay(VIDEO_STATE_WARP_ON, VIDEO_DISPLAY_SYMBOL_ONLY); } +#endif if (tape.counter >= tape.length) /* end of tape reached */ { diff --git a/src/tools.c b/src/tools.c index 2d35e042..fb1e3949 100644 --- a/src/tools.c +++ b/src/tools.c @@ -256,6 +256,7 @@ void BackToFront() { if (redraw_mask & REDRAW_DOOR_1) BlitBitmap(backbuffer, window, DX, DY, DXSIZE, DYSIZE, DX, DY); + if (redraw_mask & REDRAW_DOOR_2) { #if 0 -- 2.34.1