-#define COMPILE_DATE_STRING "[2004-03-23 06:40]"
+#define COMPILE_DATE_STRING "[2004-03-23 11:11]"
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)
DrawVideoDisplay(VIDEO_STATE_WARP_ON, VIDEO_DISPLAY_SYMBOL_ONLY);
}
+#endif
if (tape.counter >= tape.length) /* end of tape reached */
{
{
if (redraw_mask & REDRAW_DOOR_1)
BlitBitmap(backbuffer, window, DX, DY, DXSIZE, DYSIZE, DX, DY);
+
if (redraw_mask & REDRAW_DOOR_2)
{
#if 0