fixing mouse struc + gfx

This commit is contained in:
Frater 2026-01-20 21:25:31 +01:00
commit 36cf876338
2 changed files with 59 additions and 8 deletions

View file

@ -384,12 +384,12 @@ isr_mouse_handler:
mov word [BDA_MOUSE + mouse.y], 199
.y_ok_high:
; restaurer l'ancien arrière plan du curseur
;call gfx_cursor_restorebg
call gfx_cursor_restorebg
; sauvegarder le nouvel arrière plan du curseur
;call gfx_cursor_savebg
call gfx_cursor_savebg
;call gfx_cursor_draw
call gfx_cursor_draw
.done:
mov al, 0x20