Skip to content

Commit

Permalink
DeskTop: Fix marking volumes/folders as open
Browse files Browse the repository at this point in the history
Fix regression from 976993a. Callers didn't need to set `icon_param`
but the proc itself did.
  • Loading branch information
inexorabletash committed Jan 31, 2025
1 parent 9e060f7 commit b69bf12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/main.s
Original file line number Diff line number Diff line change
Expand Up @@ -6298,6 +6298,8 @@ no_win:
;;; Output: `ptr` ($06) points at IconEntry

.proc MarkIconDimmed
sta icon_param ; Needed for `IconTK::DrawIcon` call below

ptr := $06
jsr GetIconEntry
stax ptr
Expand Down

0 comments on commit b69bf12

Please sign in to comment.