From e6de301b3e9051735d804f243ceef71cd46d54a6 Mon Sep 17 00:00:00 2001 From: zerico <71151164+ZERICO2005@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:38:20 -0600 Subject: [PATCH] fixed ignore line spacing flag --- src/fontlibc/fontlibc.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/fontlibc/fontlibc.asm b/src/fontlibc/fontlibc.asm index 87f1b1076..80898f3ad 100644 --- a/src/fontlibc/fontlibc.asm +++ b/src/fontlibc/fontlibc.asm @@ -458,8 +458,8 @@ fontlib_SetFont: add hl,de add hl,bc ld (iy + strucFont.bitmapsTablePtr),hl -; Check for the ignore ling spacing flag - ld hl,arg0 +; Check for the ignore line spacing flag + ld hl,arg1 add hl,sp ld a,(hl) or a,a @@ -2100,4 +2100,3 @@ currentFontRoot := _CurrentFontRoot - DataBaseAddr DataBaseAddr: ; Embed the current font's properties as library variables _CurrentFontProperties strucFont -