From 50144585f3d9834086c71dcb15f234c1b126177f Mon Sep 17 00:00:00 2001 From: starfrost013 Date: Tue, 10 Jun 2025 22:56:00 +0100 Subject: [PATCH] now really fix the compile --- src/video/vid_cga_compaq_plasma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_cga_compaq_plasma.c b/src/video/vid_cga_compaq_plasma.c index d01be1392..b281cf93f 100644 --- a/src/video/vid_cga_compaq_plasma.c +++ b/src/video/vid_cga_compaq_plasma.c @@ -435,7 +435,7 @@ compaq_plasma_poll(void *priv) else cursorinvisible = ((self->cga.crtc[CGA_CRTC_CURSOR_END] & 0x0f) << 1); - cursorline = (cursorvisible <= scanline) && (cursorinvisible >= sc); + cursorline = (cursorvisible <= scanline) && (cursorinvisible >= scanline); } for (x = 0; x < 40; x++) {