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 -