mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
[jak2] fix music player option (#3323)
This commit is contained in:
@@ -1623,6 +1623,7 @@
|
||||
|
||||
(defmethod draw-option ((this menu-unlocked-menu-option) (arg0 progress) (arg1 font-context) (arg2 int) (arg3 symbol))
|
||||
(let ((secrets (memcard-unlocked-secrets? #t))
|
||||
(cheats (-> *pc-settings* cheats-unlocked))
|
||||
(alpha (* 2.0 (- 0.5 (-> arg0 menu-transition))))
|
||||
)
|
||||
(if (< alpha 0.0)
|
||||
@@ -1687,7 +1688,7 @@
|
||||
(print-game-text locked-text arg1 #f 44 (bucket-id progress)))
|
||||
)
|
||||
(((text-id progress-music-player))
|
||||
(if (pc-cheats? (-> *pc-settings* cheats) music-player)
|
||||
(if (pc-cheats? cheats music-player)
|
||||
(print-game-text available-text arg1 #f 44 (bucket-id progress))
|
||||
(print-game-text locked-text arg1 #f 44 (bucket-id progress)))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user